当前位置:实例文章 » PHP实例» [文章]PHP框架大比武;

PHP框架大比武;

发布人:shili8 发布时间:2022-12-11 02:24 阅读次数:26

很大程度上由于Ajax和RoR的出现,原来的老大Zend地位堪忧,PHP框架一时又呈现群雄逐鹿的景象。那么如何选择PHP框架呢?PHPit上的一篇 文章,将使你一目了然。

FrameworkPHP4PHP5MVC1Multiple DB's2ORM3DB Objects4Templates5Caching6Validation7Ajax8Auth Module9Modules10
Zend Framework-YESYESYES-YES-YESYES--YES
CakePHPYESYESYESYESYESYES-YESYESYESYES-
Symfony Project-YESYESYESYESYES-YESYESYESYES-
Seagull FrameworkYESYESYESYESYESYESYESYESYES-YESYES
WACTYESYESYESYES-YESYES-YES---
Prado-YES-YES--YESYESYESYESYESYES
PHP on TRAX-YESYESYESYESYES--YESYES--
ZooP FrameworkYESYESYESYES-YESYESYESYESYESYESYES
eZ Components-YES-YES-YESYESYESYES--YES
CodeIgniterYESYESYESYES-YESYESYESYES--YES
#1: Indicates whether the framework comes with inbuilt support for a Model-View-Controller setup.
#2: Indicates whether the framework supports multiple databases without having to change anything.
#3: Indicates whether the framework supports an object-record mapper, usually an implementation of ActiveRecord.

#4: Indicates whether the framework includes other database objects, like a TableGateWay.
#5: Indicates whether the framework has an inbuilt template engine.
#6: Indicates whether the framework includes a caching object or some way other way of caching.
#7: Indicates whether the framework has an inbuilt validation or filtering component.
#8: Indicates whether the framework comes with inbuilt support for Ajax.
#9: Indicates whether the framework has an inbuilt module for handling user authentication.

#10: Indicates whether the framework has other modules, like an RSS feed parser, PDF module or anything else (useful).

相关标签:

免责声明

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱290110527@qq.com删除。

其他信息

其他资源

Top