Todo List
This system makes it not only possible to provide a fully developed permission system, but it also allows us to set up a php.net-wide single-sign-on system some time in the future.
Damblan_Karma Damblan_Karma( object Instance &$dbh)
array get( string $user)
array getLevels( )
array getUsers( string $level)
boolean grant( string $user, string $level)
boolean has( string $user, string $level)
The given level is either a concrete karma level or an alias that will be mapped to a karma group in this method.
boolean remove( string $user, string $level)