Example #1
0
 /**
  * If the given table exists, move it out of the way by renaming it to _obsolete_(tablename).
  * @param string $table The table name.
  */
 static function dontRequireTable($table)
 {
     return DB::$globalConn->dontRequireTable($table);
 }