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
.