Possible Duplicate:
Fully Object Oriented framework in PHP
I am frustrated with CodeIgniter about one thing, you can’t extend neither controllers nor models. I know you can do HMVC with a mod, and that somewhat gives you the inheritance abilities, but I’m not satisfied with that. Is there a PHP MVC framework that is object oriented and basically allows to extend the controllers, models?
The documentation for CodeIgniter says otherwise – one of first examples is: