Located in /Loader/Loader.php (line 5)
Add a new path to the include_path we're loading from.
Autoload implementation automatically registered with spl_autoload_register.
We ignore E_WARNINGS when trying to include files so that if our autoloader doesn't find a file, we pass on to the next autoloader (if any) or to the PHP class not found error. We don't want to suppress all errors, though, or else we'll end up silencing parse errors or redefined class name errors, making debugging especially difficult.
Documentation generated on Sun, 30 Jan 2011 05:19:19 +0000 by phpDocumentor 1.4.3