vote up 6 vote down star
1

There are several questions on SO about MVC and PHP. I already know the mvc frameworks that are out there like CodeIgniter, Cake PHP, Zend PHP, Agavi, etc., I played with most of them and feel that they are bit of hack but nevertheless good implementations of presentation abstractions. I need some advice from PHP experts and veterans on choosing a true MVC framework in PHP. One of the reasons I think these do not seem to be true to the MNV pattern is that I am inherently biased because of my background in Java (Spring MVC) and C#(ASP.NET MVC).

Please do not down vote this question without reading my supportive explanation for asking this question. Also, I do not want to stir up some debate but merely looking at suggestions and advice from others at SO

Thanks in advance,

flag

63% accept rate
1  
Of the frameworks you listed, I have the most experience with Agavi so I can only comment about it. However, I also use ASP.NET MVC where I work, and I am not entirely sure why you don't consider Agavi a true implementation of the MVC design pattern, and why you do ASP.NET MVC? You mention that you are biased, but you didn't give any real concrete reasons. – Jordan S. Jones May 6 at 0:38
stackoverflow.com/questions/2648/… stackoverflow.com/questions/717836/… – zalew May 6 at 0:44
I played with cakephp, codeigniter, and Zend but not Agavi- hence said most of them. Since you used Agavi, Can you tell me what you like about it? and what are some of the advantages of Agavi framework over other frameworks. – CodeToGlory May 6 at 0:59
@JZ its funny to see the top answers selected over at other questions detail that he had problems with Zend and would prefer using CakePHP. – CodeToGlory May 6 at 1:06
Considering no web framework I've ever seen really looks anything like smalltalk-80's MVC, you might want to rethink your use of the word "true" – Alan Storm May 6 at 6:27

4 Answers

vote up 6 vote down check

I would recommend Zend for a few reasons.

  • It's by the PHP Company. And the internal code is quality stuff.
  • The community is large
  • You can pick and chose parts of the framework you want to use
  • The documentation is huge and detailed
  • And it's in active development

For me (true MVC or not) this is the staple of what a good framework should be.

link|flag
Totally agree, plus it has a bag of magic tricks. – karim79 May 6 at 0:40
@karim, what magic tricks are you referring to? – CodeToGlory May 6 at 1:01
@Olafur +1 for listing out some good reasons. – CodeToGlory May 6 at 1:02
vote up 0 vote down

Let me link my answer for similar question/topic here on StackOverflow.

It's about Agavi (you we're asking for some details about) - I tried there to express pure awesomeness of that framework.

link|flag
vote up 0 vote down

I've had great experiences with Zend Framework

link|flag
vote up 0 vote down

Zend Framework is great. It doesn't get in your way, which a lot of convention-over-configuration frameworks tend to do (at least sometimes, anyway).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.