Connecting Tech Pros Worldwide Forums | Help | Site Map

hi... which is the best framework for php.....

samikhan83's Avatar
Member
 
Join Date: Sep 2007
Posts: 33
#1: Aug 16 '08
hi i am planning to use php framework and i google for that but there are some many of them .....
i am unable to decide which one is good.....
so please suggest me which one is best and why ????

WAITING FOR REPLY.... THANX IN ADAVANCE

Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,949
#2: Aug 16 '08

re: hi... which is the best framework for php.....


I am a fond user of CodeIgniter; the documentation is amazing and the community is even greater!
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,754
#3: Aug 17 '08

re: hi... which is the best framework for php.....


Hi.

If I were to adopt a framework, I would probably go with either Zend Framework or the CakePHP framework.

I would probably go with Zend because, well... their Zend :P
dlite922's Avatar
Expert
 
Join Date: Dec 2007
Location: Moon, Dark Side
Posts: 1,095
#4: Aug 17 '08

re: hi... which is the best framework for php.....


Honestly, I've reviewed all of them and when you get stuck at a problem, you'll waste that much time that the framework "saved" you, on finding or fixing that problem.

Most of the large frameworks have their code hidden. While I always say a Framework is as good as its manual, nothing beats a framework that YOU wrote, the manual is ALL in your head and hence makes it very easy to use.

I have tried Zend, CakePHP and looked at the manuals for Symphony and CodeIgniter: None of them worked for me.


I developed my own simple 3 file framework that I use as easily as these larger ones without the bloated code and functionality.

It is strictly created to easily update the model, separate the application logic, and I use Smarty for the view (presentation) layer.

Once i've fine tuned it, i'll publish it, but till then, you've no choice but to try your luck with the Frameworks I mentioned.


thanks for reading,





Dan
samikhan83's Avatar
Member
 
Join Date: Sep 2007
Posts: 33
#5: Aug 17 '08

re: hi... which is the best framework for php.....


hi to all

i came here for clarification that what is best but with three of you giving three different replies it like what i got from googling .......

still confused please little more clarification....

thank you all i really appreciate all your replies
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,949
#6: Aug 17 '08

re: hi... which is the best framework for php.....


Quote:

Originally Posted by samikhan83

hi to all

i came here for clarification that what is best but with three of you giving three different replies it like what i got from googling .......

still confused please little more clarification....

thank you all i really appreciate all your replies

Everyone has their own tastes; i like CodeIgniter, Dan likes his own and Atli likes Zend.

The only way YOU can decide is by taking some of the more well known frameworks and giving them a test run. And then deciding based on your own views.
Reply