示例#1
0
文件: App.php 项目: haohong725/xmvc
 private function initDI()
 {
     DI::set('config', function () {
         return $this->diConfig();
     });
     DI::set('db', function () {
         return $this->diDb();
     });
 }