Ejemplo n.º 1
0
 public static function setPrefix($prefix)
 {
     self::$_prefix = ucfirst($prefix) . '_';
 }