Example #1
0
 /**
  * Returns a list of all tables in the database.
  * The table names will be in lower case.
  * @return array
  */
 static function tableList()
 {
     return DB::$globalConn->tableList();
 }