Skip to content

Instantly share code, notes, and snippets.

@jawngee
Created July 15, 2009 09:09
Show Gist options
  • Save jawngee/147602 to your computer and use it in GitHub Desktop.
Save jawngee/147602 to your computer and use it in GitHub Desktop.
<?
class PostController extends Controller
{
public function setup()
{
$this->ignored[]='dont_call_me';
}
public function dont_call_me()
{
// i might do bad things
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment