Posted by Oliver Grδtz on 02/15/07 12:02
avlee schrieb:
> I am planning in my company to move to php.MVC framework - to create
> several big web applications.
> What are your opinions of this framework ?
> Is it the best MVC framework for PHP ?
> What are the pros and cons ?
When I researched frameworks I read about php.MVC too. To mee it looks
like the framework is not very actively maintained and/or it has a very
small community. Compare this to the "big players" like the Zend
Framework or Symfony. Large communities are a big pro when it comes to
getting problems fixed.
From the MVC point of view I like Zend's RewriteRouter component
because its multi-route concept makes the Controller component very
flexible. Also, the Zend Framework does not force you to use anything
more of it than you really want. It "scales" from being an ordinary
class library to a framework, and it's not yet a final release!
OLLi
Navigation:
[Reply to this message]
|