Exemplo n.º 1
0
 public static function setEnv($env)
 {
     if (substr($env, -1) != '/') {
         $env .= '/';
     }
     self::$env = $env;
 }