Possible Duplicate:
What PHP framework would you choose for a new application and why?
For small and big web apps, which is better ?
Possible Duplicate:
What PHP framework would you choose for a new application and why?
For small and big web apps, which is better ?
Zend Framework is a glue framework, meaning you do not have to use it with it's MVC component. You can use it like a full stack, but you don't have to. That makes it somewhat better suited for general purpose, because you can use many of it's components in isolation or in conjunction with other frameworks, including Symfony.