Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created August 21, 2012 19:58
Show Gist options
  • Save pedroelsner/3418894 to your computer and use it in GitHub Desktop.
Save pedroelsner/3418894 to your computer and use it in GitHub Desktop.
<?php
class PostsController extends AppController {
public function my_action() {
$this->render('custom_file');
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment