How can I auto load my framework controllers and models by their class name like the Zend Framework does?
Zend Framework auto loads classes like so:
new Application_Controller_Index();
meaning that controller class is located at application/controllers/IndexController.php