示例#1
0
 protected function init()
 {
     parent::init();
     $this->_initRequest();
     $this->_initConnection();
 }
示例#2
0
 protected function init()
 {
     parent::init();
     $this->name = "QueryInfo_" . uniqid();
 }