Common PHP framework function comparison table, php framework comparison table
This article describes the comparison table of common PHP framework functions, which has some practical value for PHP framework program development. Share it with you for your reference. The specific analysis is as follows:
Many frameworks have been used since PHP development. Although I have not studied each framework deeply, I have some knowledge about the functions of each PHP framework. Now, I have compiled some common PHP framework functions into a table. I hope you can make some reference when choosing a PHP framework.
The meanings of several attributes in the table are as follows:
MVC: indicates whether the framework has built-in support for Model-View-Controller settings;
Multiple DB's: indicates whether the framework supports Multiple databases without any changes;
ORM: indicates whether the framework supports object record ing;
DB Objects: indicates whether the framework includes other database Objects, such as TableGateWay;
Templates: indicates whether the framework has a built-in template engine;
Caching: indicates whether the framework contains a cache object or other Caching methods;
Validation: indicates whether the framework has a built-in verification or filter component;
Ajax: indicates whether the framework has built-in Ajax support;
Auth Module: indicates whether the framework has a built-in Module for user authentication;
Modules: indicates whether the framework has other Modules, such as the RSS feed parser and PDF module;
EDP: event-driven programming.
The table is as follows:
I hope this article will help you with PHP programming.
What are common php frameworks?
The configuration is simple. All configurations are configured using PHP scripts with high execution efficiency. It has the basic routing function and can perform a certain degree of routing. It has the Preliminary Layout function, can make a certain degree of interface appearance; database layer encapsulation is good, with basic MVC function 2.
Quick and concise, with few codes, high execution performance, simple framework, easy to use, low learning costs, and detailed documentation. It comes with many simple and easy-to-use libraries and is suitable for small applications.
What are common php frameworks? What role does frame cutting play?
Cakephp, thinkphp, framework, fleaphp
Role: Framework Program Structure specification ~ This eliminates the need for basic infrastructure to improve development efficiency.