Skip to content

Instantly share code, notes, and snippets.

@andevsoftware
Last active February 28, 2016 19:50
Show Gist options
  • Select an option

  • Save andevsoftware/f748360fb15ee2abf073 to your computer and use it in GitHub Desktop.

Select an option

Save andevsoftware/f748360fb15ee2abf073 to your computer and use it in GitHub Desktop.
Phalcon REST - AuthManager LoggedIn check
<?php
if ($this->authManager->loggedIn()) {
// Do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment