Brief introduction
Doophp is a lightweight PHP development framework based on MVC and ORM (Object Relational mapping) design patterns designed to develop a framework for stabilizing fast Web applications. It provides a more flexible template system, but a weaker frame. Doophp focuses on its core performance, and doophp is less functional than the rest of the framework, but it is only because it gives up some of its functionality that it greatly improves execution efficiency. In order to facilitate the developer to modify and add new features, the framework adopts loosely coupled design. Powerful routers and databases add a lot to the framework.
Advantages
1. The frame is easy to understand and the learning curve is low;
2. The template is flexible, the code writes the quantity to be few;
3. Router function and database is more powerful, doophp routing files, controller, model can be automatically generated;
4. Low development cost, strong compatibility and high cost performance.
Disadvantages
1. Fewer Chinese documents;
2. The frame function is less, the elasticity is weak;
3. Template a bit complicated, tutorial still need to be perfected;
doophp v1.2 free download Address: http://down.ddvip.com/view/128876568935531.html
doophp Official website: http://doophp.com/