Skip to content

Instantly share code, notes, and snippets.

@dragoonis
Created July 15, 2012 19:11
Show Gist options
  • Save dragoonis/3118201 to your computer and use it in GitHub Desktop.
Save dragoonis/3118201 to your computer and use it in GitHub Desktop.
<?php
$this->matchRoute(str_replace(
$this->_router->getContext()->getBaseUrl(),
'',
$this->_router->generate($this->_options['404RouteName'])
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment