示例#1
0
 /**
  * Set a table prefix for the quick_ functions
  * If it's set to blank (default), then no prefix will be used
  *
  * @param unknown_type $prefix
  */
 public static function set_table_prefix($prefix)
 {
     self::$table_prefix = '';
 }