public static function setPath($path = array())
 {
     self::$_shifted_path = self::$_path = is_array($path) ? $path : explode('/', $path);
 }