Esempio n. 1
0
 /**
  * Set the database table prefix
  *
  * @param string $prefix
  */
 public static function setTablePrefix($prefix)
 {
     self::$_tableprefix = $prefix;
 }