PHP Framework Suggestions?

Associate
Joined
6 Jul 2008
Posts
53
Hi all,

I have a personal project that I want to put together reasonably quickly and then if it works as I hope rebuild it properly at a later date.

I've never used a PHP Framework, but I am very comfortable with PHP (and ASP.NET) code. I've looked at the following (but don't know which to choose):

* Symfony
* Zend Framework
* CakePHP
* CodeIgniter

Could anyone give suggestions on which you think is best and why? It doesn't have to be out of the ones mentioned above, I'm open to any alternatives.

Thanks in advance. :)
 
Last edited:
Thanks, I'll try the ones you both mentioned and see which I like best :).

Out of interest why would you definitely not choose symfony? Almost every blog I had read recommended symfony.
 
I'd be interested to see what people have to say on this matter to. I have been working with CakePHP and am pretty comfortable with it. I am currently developing a large site and want to ensure that I use the best framework available. I'm not sure whether its worth getting to grips with another framework or just use CakePHP again.
 
out of those, Symfony or Zend. Cake I wouldn't touch with a barge pole, far too much multiple behaviour 'objects' for my liking. Code igniter is not much better because it is only minimal OO, too dependant on functions.
 
Back
Top Bottom