- 4.5. Opl_Loader class
4.5.6. loadPaths() - 4.5.5. load()
« Previous - 4.5.7. map()
Next »
4.5.6. loadPaths()
| Construct | Static method |
|---|---|
| Visibility | public |
| Reference | void Opl_Loader::loadPaths( String|Array $paths ) |
| Argument list |
|
| Versions | since 2.0.0-beta2 |
Loads the path configuration from the array $paths or from the INI file, if $paths is a string with a valid filesystem path. A sample INI file:
; The main path directory = "./" ; Per-library paths [libraries] Opl = "/yourpath/Opl/lib/" Opt = "/yourpath/Opt/lib/"
This method has been added only for development purposes. You should not use it in the production environment.
See also:
- 4.5.6. loadPaths()
4.5. Opl_Loader class - « Previous
4.5.5. load() - Next »
4.5.7. map()