Files
framework/library
thinkphp 9f383a83bf 增加静态调用模型方法的ORM类,例如:
class User extends \think\ORM;
User::find(1);
2016-01-23 15:05:01 +08:00
..