Best PHP Framework?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Cole001
Forum Newbie
Posts: 7
Joined: Mon Jan 30, 2012 5:43 am
Location: Ahmedabad, Gujarat, India

Best PHP Framework?

Post by Cole001 »

Hello,

What is the best framework in PHP to develop good layered websites? I found one page that compares them http://www.phpframeworks.com/

How about some suggestions based on experience?

Thanks for the help,
Cole
User avatar
theserve
Forum Newbie
Posts: 24
Joined: Wed Jan 18, 2012 6:35 am
Location: London

Re: Best PHP Framework?

Post by theserve »

Zend and Symfony are both pretty good.
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: Best PHP Framework?

Post by Doug G »

yii gets my vote
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Best PHP Framework?

Post by Christopher »

Those are all good frameworks and any of them should work well for you. I often recommend that you download them and try to get the demo to work. If you can do that and the code makes some sense for you then there is a chance you will like the framework. Some of your choice will be personal taste.

I would add Lithium to the list. If is a very modern PHP 5.3+ framework.
(#10850)
pbs
Forum Contributor
Posts: 230
Joined: Fri Nov 07, 2008 5:31 am
Location: Nashik, India
Contact:

Re: Best PHP Framework?

Post by pbs »

Codeigniter is good too
Post Reply