mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
Connection类getAttribute方法 改成 getConfig 增加setConfig方法 Model类类型转换支持格式定义
This commit is contained in:
2
base.php
2
base.php
@@ -13,7 +13,7 @@
|
||||
define('START_TIME', microtime(true));
|
||||
define('START_MEM', memory_get_usage());
|
||||
// 版本信息
|
||||
define('THINK_VERSION', '5.0.0 RC2');
|
||||
define('THINK_VERSION', '5.0.0 RC3');
|
||||
// 系统常量
|
||||
defined('DS') or define('DS', DIRECTORY_SEPARATOR);
|
||||
defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__) . DS);
|
||||
|
||||
Reference in New Issue
Block a user