/**
  * Sets Registry Settings
  *
  * @param string $path
  * @param string $env
  */
 static function _setRegistry($path, $env)
 {
     self::$_config = new Zend_Config_Ini($path, $env);
     Zend_Registry::set($env, self::$_config);
 }