Skip to content

Instantly share code, notes, and snippets.

@virusvn
Created November 19, 2012 09:30
Show Gist options
  • Save virusvn/4109829 to your computer and use it in GitHub Desktop.
Save virusvn/4109829 to your computer and use it in GitHub Desktop.
checkPresenter
$presenterName = Rights::module()->presenterName;
$isPresenter = false;
foreach($rights as $r){
if($r->name == $presenterName){
$isPresenter = true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment