Skip to content

Instantly share code, notes, and snippets.

@nixon1333
Created August 31, 2014 06:37
Show Gist options
  • Save nixon1333/8f39818cb6e01a7a500e to your computer and use it in GitHub Desktop.
Save nixon1333/8f39818cb6e01a7a500e to your computer and use it in GitHub Desktop.
phalcon framework: pick any view from any controller
//pick the 404 page from view folder
$this->view->pick('404/404');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment