Node.js v4.0.0 RC 2 发布,正式版已经不远了!
CakePHP 是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。主要特性:
基于MVC架构
视图支持Ajax
内置校验框架
提供应用程序的基础模块和CRUD 代码自动生成功能
提供处理session,request,security的组件
灵活的视图缓存功能
面向对象
无需配置:只要安装好数据库
兼容PHP4和PHP5。
Bug 修复
-
Query::count()
no longer fails when there are fields with complex expressions in the select. -
If FormHelper is used to create a visible input after a hidden input was created, the form is no longer blackholed by SecurityComponent.
-
Typehints in the API documentation have been corrected in a number of places.
-
When a new entity is saved with a specific UUID, the entity returned from save() retains the original id value.
-
Http\Client
now correctly sets the proxy context options, allowing proxy connections to work. -
Compatibility with PHP 5.x improved.
改进
-
Shell::quiet()
andShell::verbose()
were added. These helper methods provide shortcuts to$this->_io->quiet()
and$this->_io->verbose()
respectively. -
I18n\Number
has an ordinal() method for formatting the ordinal text for a given number. Theordinal()
method is also available onNumberHelper
.