summaryrefslogtreecommitdiffstats
path: root/application/libraries/Customautoloader.php
AgeCommit message (Collapse)AuthorFilesLines
2014-10-03Rework image manipulation classFlorian Pritz1-0/+26
This is the first of hopefully more classes using namespaces and proper classes that can be used as objects rather than CI's singleton approach. The namespace is mainly used to gain nice autoloading capabilities and it's not really yet used for separation. Signed-off-by: Florian Pritz <bluewind@xinu.at>