Skip to content

Instantly share code, notes, and snippets.

@erikfig
Last active September 17, 2015 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikfig/5aa225941bfae525bc54 to your computer and use it in GitHub Desktop.
Save erikfig/5aa225941bfae525bc54 to your computer and use it in GitHub Desktop.
$path_info = (isset($_SERVER['PATH_INFO']))? $_SERVER['PATH_INFO']: '/';
$path = parse_url($path_info, PHP_URL_PATH);
return $this->router_map->match($path, $_SERVER);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment