Exemplo n.º 1
0
 /**
  * Set Db table prfix
  * @deprecated since 0.9.1
  * @param string $prefix
  */
 public static function setDefaultDbTablePrefix($prefix)
 {
     self::$_defaultDbPrefix = $prefix;
 }