Answer for: What applications should be available to auto-install on your site?
#11 Zend Framework
While Zend Framework is not a full application it is a full scale framework to allow rapid development of custom sites.
Browsing "All topics"
While Zend Framework is not a full application it is a full scale framework to allow rapid development of custom sites.
Comments |
Leave a comment
This is available on the shared system now, version 1.8.4 is installed at /usr/local/Zend/ZendFramework.
To use it the include_path in /conf/php.ini must have /usr/local/Zend/ZendFramework/library, and optionally /usr/local/Zend/ZendFramework/extras/library.
We are planning an upgrade to 1.9.4 soon.
I know this sounds like of like asking for it all. But how about offering major release versions of the framework. 1.7.x, 1.8.x, 1.9.x, The reason is that those versions sometimes introduce major changes the can mess up a framework based project. The 1.8.x to 1.9.x stuff change a lot in the autoloader and launcher that if your not ready for can through a person for a loop. Though offering the most recent version is highly advised after the x.x.1 version.