Skip to content

Instantly share code, notes, and snippets.

@wimleers
Created April 9, 2013 15:48
Show Gist options
  • Save wimleers/5346807 to your computer and use it in GitHub Desktop.
Save wimleers/5346807 to your computer and use it in GitHub Desktop.
$comment = comment_load(1);
var_dump($comment->access('view'));
var_dump($comment->access('update'));
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment