I need a framework for php. I have few suggestions for using the Zend Framework. I am concerned about the stability of the Zend api platform.
Do you know how stable ZF is? Is there a list of changes / migrations from a previous version. So that I can check how many changes have been made?
I need something as stable as django :
In the release of Django 1.0, there is a promise of API stability and compatibility. > In short, this means that the code you are developing against Django 1.0 will continue to work against 1.1 without changes, and you will only need to make minor changes for any version 1.X
And later we can read:
Well, just reverse the compatibility of these APIs back if a bug or security hole makes this completely inevitable.
source
share