コード例 #1
0
 protected function init()
 {
     parent::init();
     $this->_initRequest();
     $this->_initConnection();
 }
コード例 #2
0
ファイル: DbgQuery.php プロジェクト: techgardeners/techgpu
 protected function init()
 {
     parent::init();
     $this->name = "QueryInfo_" . uniqid();
 }