`
- 浏览:
126524 次
- 性别:
- 来自:
北京
-
PHP Frameworks大全
-
MVC: Indicates whether the framework comes with inbuilt support for a Model-View-Controller setup.
-
Multiple DB's: Indicates whether the framework supports multiple databases without having to change anything.
-
ORM: Indicates whether the framework supports an object-record mapper, usually an implementation of ActiveRecord.
-
DB Objects: Indicates whether the framework includes other database objects, like a TableGateWay.
-
Templates: Indicates whether the framework has an inbuilt template engine.
-
Caching: Indicates whether the framework includes a caching object or some way other way of caching.
-
Validation: Indicates whether the framework has an inbuilt validation or filtering component.
-
Ajax: Indicates whether the framework comes with inbuilt support for Ajax.
-
Auth Module: Indicates whether the framework has an inbuilt module for handling user authentication.
-
Modules: Indicates whether the framework has other modules, like an RSS feed parser, PDF module or anything else (useful).
分享到:
Global site tag (gtag.js) - Google Analytics
相关推荐
《Real-World Solutions for Developing High-Quality PHP Frameworks and Applications》是一本专为PHP开发者设计的实战指南,它深入探讨了如何构建高质量的PHP框架和应用程序。这本书对于那些热爱PHP并希望提升...
php在Linux系统下安装时遇到的问题及解决方法是一门专业的技能,它涉及到了多种软件包管理器的使用,编译过程的控制,以及系统依赖关系的管理。本知识点将详细解释Linux下安装PHP时可能遇到的各种错误,并提供具体的...
《Pro.PHP.Patterns.Frameworks.Testing.and.More.2008》这本书是关于PHP编程领域的一本专业著作,它涵盖了多个重要的知识点,包括设计模式、框架应用、测试方法以及更多的PHP开发实践。以下是该书内容的详细解读: ...
:smiling_face_with_horns: :smiling_face_with_horns: :smiling_face_with_horns: PHP的各种框架源码分析 :smiling_face_with_horns: :smiling_face_with_horns: :smiling_face_with_horns:框架作曲家工人3.5.22 ...
综上所述,《Pro PHP: 模式、框架、测试及其他》是一本面向专业PHP开发者的书籍,不仅深入探讨了PHP中的模式和框架,还介绍了如何有效地进行测试,以及其他与PHP开发相关的高级主题。对于希望提升自己PHP技能的...
在"Frameworks-master"这个压缩包中,我们可以预见到包含了一个 Laravel 项目的源码,这为我们提供了深入学习和理解 Laravel 的机会。 1. **MVC 设计模式** Laravel 基于 Model-View-Controller (MVC) 设计模式,...
使用Eclipse开发PHP项目需要配置好PHP环境,包括安装Apache、PHP、Eclipse IDE for Java EE Developers、DLTK Core Frameworks 1.0 Integration build、PDT 2.0和Zend Debugger。按照上述步骤配置好PHP环境后,可以...
很惊讶,找了各种资料发现这个问题已经有人提给过php官方官方建议使用process_control_timeout来控制信号重启配置fpm重启后再次请求a.ph
PHP框架指南 了解有关php框架的更多信息。 蛋糕 CodeIgniter Koseven [Kohana +] 薄片 Laravel 苗条的 Symfony i C框架: 冰 菲尔康 雅夫 ReactPHP https://github.com/reactphp/reactphp RxPHP的...
- **设置PHP Interpreter**:在“Language & Frameworks”下的“PHP”选项中设置PHP解释器。点击“”右侧的按钮,选择PHP执行文件路径,默认位于D:\phpStudy\php53\php.exe。 - **新建项目**:在欢迎界面上点击...
- **IIS 6.0**:用户可以参考[Using FastCGI to Host PHP Applications on IIS 6.0](https://www.iis.net/learn/application-frameworks/how-to-host-php-applications-on-iis-60-using-fastcgi)来了解如何使用...
2. PhpStorm 设置,进入界面,File-setting-Languages&Frameworks-PHP-Servers 设置服务器端 IP、开发端路径、服务器端路径。 3. 如果服务器端端口不是默认的 9000,需要进入界面,File-setting-Languages&...
4. **DLTK Core Frameworks 1.0 Integration build**:动态语言开发工具包,是Eclipse中用于支持PHP开发的基础框架。 5. **PDT (PHP Development Tools)**:Eclipse的PHP开发插件,提供代码编辑、调试等功能。 6. ...
5. **Zend Frameworks手册**: Zend Framework是一个全面的PHP开发框架,基于组件,支持MVC模式。手册将详细解释其组件如控制器、模型、视图、数据库访问、服务、安全性和性能调优等。对于大型企业级应用开发,Zend...
5. **框架或库(Frameworks/Libraries)**:如Laravel、Symfony等,提供了一套结构化的开发环境和工具,简化了开发过程。 6. **配置文件(Config Files)**:存储应用的配置信息,如数据库连接、路由设置等。 7. **...