Esempio n. 1
0
 public static function updateTableExists()
 {
     $table = self::table();
     self::$tableExists = strtolower(self::getDB()->querySingle("SHOW TABLES LIKE '%s'", $table)) == strtolower($table);
 }