*My* personal preference is to use Kohana 3 (which back in the day was a fork of CI - although it is now a completely different kettle of fish). It's very fast and PHP5 based, so autoloading and all that good stuff comes as standard.horape wrote:I have been using CodeIgniter for about a year now ... Tonight I gave Symfony and Zend another chance* and got amazed with all the native stuff they have.
Any way, what I am getting to is that I use ZF as a vendor lib within my Kohana apps, so I have the best of both worlds - a framework I'm comfortable with and the rich and powerful set of classes ZF offers.
If you are happy with CI (or your own adaptation of CI), isn't similar integration possible?