Skip to content

Instantly share code, notes, and snippets.

@jotham
Created July 2, 2015 01:38
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 jotham/fc1c88bec971bcf95d7c to your computer and use it in GitHub Desktop.
Save jotham/fc1c88bec971bcf95d7c to your computer and use it in GitHub Desktop.
<?PHP
class Page_Controller extends ContentController {
...
public function renderPageWith($nestedTemplate){
return $this->renderWith('Page', array('Content' => $this->renderWith($nestedTemplate)));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment