Exemple #1
0
 /**
  * Check whether table exists
  *
  * @access  public
  * @param   string $tableName
  * @return  boolean true if the table exists, false otherwise
  */
 function tableExists($tableName)
 {
     return DBA::db_exists($tableName, $this->_driver);
 }