Looking for another Framework.. Any suggestions?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: Looking for another Framework.. Any suggestions?

Post by greyhoundcode »

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.
*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.

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?
Post Reply