Download the PHP package hectorqin/think-core without Composer
On this page you can find all versions of the php package hectorqin/think-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hectorqin/think-core
More information about hectorqin/think-core
Files in hectorqin/think-core
Download hectorqin/think-core
More information about hectorqin/think-core
Files in hectorqin/think-core
Vendor hectorqin
Package think-core
Short Description The enhanced TP Framework based on ThinkPHP3.2
License MIT
Homepage http://thinkphp.cn/
Package think-core
Short Description The enhanced TP Framework based on ThinkPHP3.2
License MIT
Homepage http://thinkphp.cn/
Please rate this library. Is it a good library?
Informations about the package think-core
ThinkPHP
ThinkPHP3.2.5 修改版
修改说明
- 状态配置修改为在加载扩展配置之后加载
- C方法支持三维数组设置和获取支持
- U方法新增数组参数支持
- 自动添加数据库名特性
- SLOG自动初始化支持
- 支持指定JSONP方式返回数据
- 新增ajax返回附加数据
- MySQL断线自动重连
- I方法$name参数默认值设为'',支持解析POST请求的JSON数据
- URL参数绑定支持解析POST请求的JSON数据
环境变量配置说明
- 框架会自动加载根目录下.env文件,和TP5.1一样,提供env函数访问环境变量
命名空间说明
- 取消了类库
.class.php
后缀要求 - 新增根目录命名空间,即根目录为起始命名空间,如
App\Controller
即App/Controller.php
文件
关联模型说明
`Think\Model` 类新增with方法加载关联模型,支持一下用法.
建议
- 不建议使用D方法来实例化模型,对代码提示不友好
- 尽量为每个表都创建模型
All versions of think-core with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package hectorqin/think-core contains the following files
Loading the files please wait ....