Zend vs Symfony learning time
Question by Liutas
Is faster to learn Zend Framework or Symfony?
Which framework has more and clear documentation?
Answer by evilcelery
I think both frameworks take some time to learn properly but you can’t beat Symfony’s documentation.
Answer by Starx
I would say zend is harder to learn… not because it is complex but because it is way simple in design. As many will point out, its loosely coupled. It can be integreated to anything… any other framework. To make such a developement friendly framework, the simplicity level is overreached. And to do one small thing, like modifying some form design, you end up getting tangled in too many things and start banging your head in between decorator pattern, factory pattern, but still learn nothing related to the framework itself. But give time, it will start making sense eventually and when it does, you will be happy that you took the decision to go with zend framework