Skip to content

Instantly share code, notes, and snippets.

@visualizeq
Created October 16, 2012 08:29
Show Gist options
  • Save visualizeq/3898043 to your computer and use it in GitHub Desktop.
Save visualizeq/3898043 to your computer and use it in GitHub Desktop.
Yii Controller Filters
public function filters()
{
// return the filter configuration for this controller, e.g.:
return array(
'accessControl',
'https',
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment