CodeIgniter Base Classes Revisited
Using base classes in CodeIgniter can be very beneficial to a developer but the framework doesn't have very good support for using base classes on the fly. Using a simple hook, autoload support can be added to work consistently and not get lost in the clutter of config files.