コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_table = $this->_prefix . 'lock';
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     $this->_table = $this->_prefix . "master";
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->_table = $this->_prefix . "question";
 }