内容简介:CakePHP 3.6.1 已发布,这是 3.6 分支的最新维护版本,修复了几个社区报告的问题: Improve deprecation warning message for controller properties. Deprecation warning messages now include how to disable...
CakePHP 3.6.1 已发布,这是 3.6 分支的最新维护版本,修复了几个社区报告的问题:
Improve deprecation warning message for controller properties.
Deprecation warning messages now include how to disable them.
Redirect loops created by AuthComponent for applications in subdirectories has been fixed.
SecurityComponent no longer rejects requests for applications in subdirectories.
Image URLs can now be data URIs.
Improved API documentation.
Added
ServerRequest::getPath()as a better alternative for the deprecatedurlproperty.Updated requirements in the sub-split packages.
CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名 设计模式 的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而 又不失灵活性。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《PHP 开发框架 CakePHP 3.6.1 发布,改进 API 文档》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Lua设计与实现
codedump / 人民邮电出版社 / 2017-8 / 49.00元
本书首先介绍了Lua中的数据结构,比如通用数据是如何表示的、Lua的字符串以及表类型的实现原理,接着讨论了Lua虚拟机的实现,并且将其中重点的一些指令进行了分类讲解,最后讨论了垃圾回收、模块实现、热更新、协程等的实现原理。一起来看看 《Lua设计与实现》 这本书的介绍吧!