关联模型架构调整

This commit is contained in:
thinkphp
2016-12-05 08:42:08 +08:00
parent 670b7d13a8
commit d11e4aea10
11 changed files with 1480 additions and 952 deletions

View File

@@ -9,7 +9,7 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
define('THINK_VERSION', '5.0.3');
define('THINK_VERSION', '5.0.4beta');
define('THINK_START_TIME', microtime(true));
define('THINK_START_MEM', memory_get_usage());
define('EXT', '.php');