I mostly come from Java background as have no up to date info on best practices regarding PHP, so please advise.
We are about to start a PHP project for an application (no portal). The framework needs to be stable (no changing API between releases), need to scale well, support clustering maybe and obviously need to facilitate common programming tasks like attachment, user management, JS framework etc.
I googled and most people like either Zend (stability) or Symfony (for beeing latest and greatest (?))
So which one should we go with?
thanks Eliott