Esempio n. 1
0
 /**
  * Setter of the tablePrefix field.
  *
  * @param string $tablePrefix Table prefix
  * @static
  */
 public static function setTablePrefix($prefix)
 {
     dbConn::$tablePrefix = $prefix;
 }