Skip to content

Instantly share code, notes, and snippets.

View saltybeagle's full-sized avatar

Brett Bieber saltybeagle

View GitHub Profile
@mfairchild365
mfairchild365 / Example_ACL
Created September 15, 2011 02:55
auto load objects and check permissions.
<?php
class Example_ACL
{
public static function getActionValue($actionString)
{
switch ($actionString)
{
case 'none':
return 0;
break;