2
I started studying Symfony 2 and realized that it is very productive for system development, but there are people who say that Zend Framework 2 is the best framework in PHP. I would like to know the main differences between the Symfony 2
and Zend Framework 2
?
The
Zend Framework 2
probably should be well spoken for having a direct relationship with PHP (as it is your manteler). Both are modularized frameworks. TheSymfony
seems to have a lower learning curve than theZend 2
. Zend is very difficult!– Wallace Maxters