示例#1
0
 public function __construct($engineName = null)
 {
     Runtime::loadModule('mvc');
     if ($engineName) {
         parent::__construct($engineName);
     }
 }
示例#2
0
 public function __construct()
 {
     parent::__construct("ResourceEngine");
     Runtime::loadModule('util');
 }
示例#3
0
文件: mvcrouter.php 项目: neel/bong
 public function __construct()
 {
     parent::__construct("MVCEngine");
 }