Common PHP Framework function comparison table, PHP framework table
This paper describes the common PHP framework functions of the table, for the development of PHP Framework program has a certain practical value. Share to everyone for your reference. The specific analysis is as follows:
Since the development of PHP, a lot of frameworks have been used, although each framework has not been specifically developed to the depth, but for each of the PHP framework used to understand the functionality. At this point, I will be commonly used by some of the PHP framework functions to form a table, I hope that you can choose PHP Framework, a certain reference.
Several of the properties in the table have the following meanings:
MVC: Indicates whether the framework comes with built-in support for Model-view-controller settings;
Multiple DB ' s: Indicates whether the framework supports multiple databases without making any changes;
ORM: Indicates whether the framework supports object record mapping;
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 way of caching;
Validation: Indicates whether the framework has a built-in validation or filtering component;
Ajax: Indicates whether the framework has built-in support for Ajax;
Auth module: Indicates whether the framework has a built-in module to handle user authentication;
Modules: Indicates whether the framework has other modules, such as RSS Feed parser, PDF module, etc.;
EDP: Event-driven programming.
The comparison table is as follows:
I hope this article is helpful to everyone's PHP programming.
What are the common frameworks for PHP?
Simple configuration, all the configuration using PHP script configuration, execution efficiency, with basic routing capabilities, to a certain degree of routing, with the initial layout function, to create a certain degree of interface appearance; database layer encapsulation is good, with basic MVC function 2.
Fast and concise, not much code, high performance, simple framework, easy to use, low learning cost, document details; With a lot of easy to use library, framework for small applications
What are the common PHP frameworks? What role does the cut frame play?
cakephp,thinkphp,framework,fleaphp
Role: Framework program structure Specification ~ Eliminate some basic foundation program construction, easy to improve the development efficiency.
http://www.bkjia.com/PHPjc/898287.html www.bkjia.com true http://www.bkjia.com/PHPjc/898287.html techarticle Common PHP Framework function comparison table, PHP framework Table This paper describes the common PHP framework functions of the table, for the development of PHP Framework program has a certain practical value. Share to the big ...