aboutsummaryrefslogtreecommitdiffstats
path: root/lib/autoloader.php
Commit message (Expand)AuthorAgeFilesLines
...
* Autoloader: fix loading app clases located in lib/Robin Appelman2013-05-081-5/+6
* Autoloader: load the 3rdparty libraries using prefixesRobin Appelman2013-05-071-17/+16
* Autoloader: add support for custom namespace pathsRobin Appelman2013-05-071-1/+19
* Autoloader: split getting the class paths and loading the classRobin Appelman2013-05-071-7/+20
* Allow disabling the global classpath in an autoloaderRobin Appelman2013-05-071-3/+19
* Allow the autoloader to try mutliple possible paths for each pathRobin Appelman2013-05-071-24/+17
* Add per-autoloader classPathRobin Appelman2013-05-071-3/+24
* Move autoloader to it's own classRobin Appelman2013-05-071-0/+65