PHP框架的差异和优缺点
Yaf框架
使用PHP扩展的形式写的一个PHP框架,是以C语言为底层编写的,性能上要比PHP代码写的框架快一个数量级
优点:执行效率高,轻量级框架,可扩展性强
缺点:高版本兼容性差,底层代码可读性差,需要安装扩展,功能单一,开发需要编写大量的插件
Yii2框架
通用web后端框架,结构简单优雅,实用功能丰富,扩展性强,性能高是最突出的优点
缺点:学习成本高,相比Yaf量级重
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!