Example #1
0
 /**
  * 构造函数
  */
 function __construct($app)
 {
     parent::__construct();
     $this->_app = $app;
     //建立路径
     $this->_pathway = new Helper_Pathway();
     $this->_pathway->addStep('首页', url('default::default/index'));
 }
Example #2
0
 /**
  * 构造函数
  */
 function __construct($app)
 {
     parent::__construct();
     $this->_app = $app;
     $this->_managed_app = new QReflection_Application(Q::ini('managed_app_config'));
 }
Example #3
0
 /**
  * 构造函数
  */
 function __construct($app)
 {
     parent::__construct();
     $this->_app = $app;
 }