示例#1
0
文件: SQLAuth.php 项目: respond/atk4
 function init()
 {
     parent::init();
     $this->dq = $this->api->db->dsql();
 }
示例#2
0
 function init()
 {
     parent::init();
     $this->setModel('Model_Customer');
 }
示例#3
0
 function init()
 {
     parent::init();
 }