BRICKOO::AddLoaderPath  (since version 2.0)
Syntax
boolean AddLoaderPath (  string $loaderPath  )
Parameters
loaderPath
The path to add to the autoloading paths.
Description
Adds an autoloader path for retrieving objects from given path.
It also scans recursively the sub folders automaticly.
Return
boolean Returns true on success, false on fail.
Examples
<?php

   BRICKOO
::AddLoaderPath('/path/to/another/classes/directory');

?>

Last change 10/12/2009




Administration