CakePHP 2.6.8 發布,PHP 開發框架
CakePHP 2.6.8 發布,此版本是個維護版本,主要是 bug 修復:
-
Fix issue with overlapping irregular inflections. When irregular inflections overlap we should choose the longest match, not the shortest.
</li> -
Fix regression in Inflector::camelize(). The input should not be lowercased before camelizing, as this can cause inputs that were previously camelized to create incorrect results.
</li> -
Fix Validation::multiple() regarding 0 value. Previously 0 could not be a valid option.
</li> -
FormHelper::radio() now supports complex option definition. This makes it easier to define custom attributes on each radio button.
</li> -
Element tags had trailing whitespace removed. If you have custom element tags with HtmlHelper you might need to update your templates.
</li> -
Shells will now never print HTML errors. Previously if you used custom the console error handlers you could end up with HTML in your terminal.
</li> -
SQL operators in Postgres are now less greedy when fields are quoted.
</li> </ul>詳細改進請看更新日志,下載:https://github.com/cakephp/cakephp/archive/2.6.8.zip。
CakePHP是一個運用了諸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名設計模式的快速開發框架。該項目主要目標是提供一個可以讓各種層次的PHP開發人員快速地開發出健壯的Web應用,而 又不失靈活性。主要特性:
基于MVC架構
視圖支持Ajax
內置校驗框架
提供應用程序的基礎模塊和CRUD 代碼自動生成功能
提供處理session,request,security的組件
靈活的視圖緩存功能
面向對象
無需配置:只要安裝好數據庫
兼容PHP4和PHP5。
來自:http://www.oschina.net/news/63797/cakephp-2-6-8本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!