Exemple #1
0
 /**
  * @access private
  * Installing mysql database plugin
  */
 private function install_tables()
 {
     if (parent::c_show_tables() == 0) {
         $this->template->db_install_table('db.sql', 'request/install.tpl');
     }
     return true;
 }