智能化下的产物,无人棋牌室
CakePHP 1.3.21 发布,此版本是 1.3.x 的最终版本,CakePHP 1.3.0 已经发布 5 年多了,自从 3.0 发布之后就已经废弃使用。以后不再有这个系列的安全更新,建议升级到 2.x 获得相应的更新和 bug 修复。
Bug 修复
- TimeHelper no longer returns 1969 on invalid dates. Instead ” is returned.
- crc32 hash keys used in DboSource have been replaced with md5 sums. This reduces the chance of hash collision significantly.
- MIME-Version is set on emails.
- The
node_modules
directory is ignored when looking for PHP files. - View templates can no longer be located outside of the configured view paths.
下载:https://github.com/cakephp/cakephp/archive/1.3.21.zip
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。主要特性:
基于MVC架构
视图支持Ajax
内置校验框架
提供应用程序的基础模块和CRUD 代码自动生成功能
提供处理session,request,security的组件
灵活的视图缓存功能
面向对象
无需配置:只要安装好数据库
兼容PHP4和PHP5。