Brief introduction
The Zend framework, an object-oriented framework that supports PHP5, is designed to build more secure, more reliable Web 2.0 applications and Web services, and continuously from cutting-edge vendors such as Google,amazon,yahoo,flickr, Strikeiron and Programmableweb, etc.) the API where to absorb the essence. The framework itself is written in a number of design patterns and is elegantly architected, and developers can easily mix it with other frameworks. The MVC design of Zend framework is concise, full-featured, with many library, and the configuration file is more powerful, can handle XML and Phpini, but its execution efficiency is not high. The Zend framework can be used to develop medium-and large-scale Web applications, which are fully documented and suitable for use by advanced developers.
Advantages
1. The document and its functions are more comprehensive;
2. Can intuitive support in addition to the database operation of the model layer, and can easily use the loader function to load other new added class;
3.Cache function is very powerful, from the front-end to the back end are supported, back-end cache support Memcache, APC, SQLite, file and so on;
4. Database operation is very powerful, support a variety of drivers (adapters), but also contains a number of different database objects, greatly facilitate the implementation of the database query, and even remove the program personnel handwriting SQL query script trouble.
Disadvantages
1.MVC function is relatively weak, view layer implementation is too simple, not very powerful control of the front-end page;
2. No automated scripts to create an application, including entry files, all must be manually built by themselves, the cost of entry is high;
The 3.Zend framework, as a medium-scale application framework, has little to do with the framework of large applications, but as a very mature large PHP framework, it still needs some refinement.
Zend Framework for Win 1.10.8 free download address: http://down.ddvip.com/view/11783502356414.html
Zend Framework for Linux 1.10.8 free download address: http://down.ddvip.com/view/128866975035318.html
Zend Framework official Address: http://framework.zend.com/