public function __construct()
 {
     parent::__construct();
     $this->_table = $this->_prefix . 'lock';
 }
 function __construct()
 {
     parent::__construct();
     $this->_table = $this->_prefix . "master";
 }
 public function __construct()
 {
     parent::__construct();
     $this->_table = $this->_prefix . "question";
 }