CmlPHP V2.6.3 发布,快速稳定易维护的PHP 框架

WBOY
Release: 2016-06-23 13:06:27
Original
909 people have browsed it

CmlPHP V2.6.3 发布了,本次更新:

  • 添加全局紧急模式(慎用)。主要用于在系统mysql负载过高(如遇到攻击)mysql压力过大。先将所有查询转移至缓存。消化压力高峰

  • 从注释生成文档跳过不存在的方法

  • \Cml\Model::getTableName 可见性设置为public 方便外部调用

  • orm操作支持单独定义表前缀

  • debug调试模式下 sql查询信息显示从cache读取的sql

  • pdo连接失败 日志带上host信息

  • fix 静态资源管理debug模式下在url_model=2时多了后缀.html

主要特性:

CmlPHP 基于php5.3+版本(已经测试过php7)开发的MVC/HMVC/MVSC/HMVSC框架,支持composer、分布式数据库、分布式缓存,支持文件、memcache、redis、apc等缓存,thg支持多种url模式、URL路由[RESTful],支持多项目集成、第三方扩展、支持插件。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template