예제 #1
0
파일: Config.php 프로젝트: vgrish/dvelum
 /**
  * Set Db table prfix
  * @deprecated since 0.9.1
  * @param string $prefix
  */
 public static function setDefaultDbTablePrefix($prefix)
 {
     self::$_defaultDbPrefix = $prefix;
 }