Heim >php教程 >php手册 >PHP框架之DooPHP

PHP框架之DooPHP

WBOY
WBOYOriginal
2016-06-21 08:55:421706Durchsuche

简介

  DooPHP是一个基于MVC与ORM(对象关系映射)设计模式的轻量级PHP开发框架,它目的在于开发稳定快速Web应用程序的框架。它提供的模板系统较为灵活,但是框架的弹性较弱。DooPHP注重其核心性能,相比其他的框架,DooPHP的功能显得较少,但正是因为其放弃了一些功能才很大地提高了执行效率。为了方便开发人员修改和增加新功能,该框架采用了松耦合设计。强大的路由器和数据库给这个框架增分不少。

  优点

  1.框架简单易懂,学习曲线低;

  2.模板灵活,代码的编写量较少;

  3.路由器功能和数据库比较强大,Doophp路由文件、controller 、model 都能够自动生成;

  4.开发成本较低,兼容性较强,性价比高。

  缺点

  1.中文文档较少;

  2.框架功能较少,弹性较弱;

  3. Template有点复杂,Tutorial还有待完善;

  DooPHP v1.2免费下载地址:http://down.ddvip.com/view/128876568935531.html

  DooPHP官网:http://doophp.com/



Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:CI框架发送邮件Nächster Artikel:由 php 中 if 想到的些问题