This shows you the differences between the selected revision and the current version of the page.
| docs:file_loaders 2005/06/15 12:11 | docs:file_loaders 2006/04/27 20:11 current | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| Currently two loaders are available, a file system based one and one that uses PHP's include path. | Currently two loaders are available, a file system based one and one that uses PHP's include path. | ||
| - | ===== File system loader (Ismo_Core_Loaders_FileSystem) ===== | + | ===== File system loader ===== |
| + | ''**class:** Ismo_Core_Loaders_FileSystem'' | ||
| This loader tries to load files from a specified directory in the file system. An optional prefix and postfix might be added to the requested file when it's searched from the directory. | This loader tries to load files from a specified directory in the file system. An optional prefix and postfix might be added to the requested file when it's searched from the directory. | ||