Comparison of common php framework Functions
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.
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.