Example #1
0
 public static function setPrefix($str = '')
 {
     self::$prefix = $str;
     self::$use_prefix = 'yes';
     $_SESSION['prefix'] = $str;
 }