示例#1
0
文件: module.php 项目: alexmeji/CREA
 public function __construct($request)
 {
     parent::__construct($request);
     $this->response = array();
     $this->action = 'module';
 }
示例#2
0
文件: session.php 项目: alexmeji/CREA
 public function __construct($request)
 {
     parent::__construct($request);
     $this->response = array();
     $this->username = '';
 }