Home >Backend Development >PHP Tutorial >Comparison table of commonly used PHP framework functions_PHP tutorial

Comparison table of commonly used PHP framework functions_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 09:53:06823browse

Commonly used PHP framework function comparison table

Since I came into contact with PHP development, I have used many frameworks. Although I have not studied each framework in depth, I have a deep understanding of each framework. I have some understanding of the PHP framework functions used in this model. At this point, I have compiled some commonly used PHP framework functions into a table. I hope it can be a reference for everyone when choosing a PHP framework.

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 means of caching;

Validation: Indicates whether the framework has a built-in validation or filtering component;

Ajax: Indicates whether the framework has built-in Ajax support;

Auth Module: Indicates whether the framework has a built-in module that handles user authentication;

Modules: Indicates whether the framework has other modules, such as RSS feed parser, PDF module, etc.;

EDP: event-driven programming.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1004544.htmlTechArticleComparison table of commonly used PHP framework functions. Since I came into contact with PHP development, I have used many frameworks, although for each framework None of them have been studied in depth, but there are some features of each PHP framework used...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn