Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created March 30, 2010 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iammerrick/349526 to your computer and use it in GitHub Desktop.
Save iammerrick/349526 to your computer and use it in GitHub Desktop.
switch ($this->permissions->user_type)
{
case 1:
case 2:
// Global User or Chair
$this->load_global_view($sort);
break;
case 3:
$this->load_faculty_view($sort);
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment