Files
sihnon-php-lib/source/lib/SihnonFramework/Auth/Plugin/Database/GroupPermission.class.php
Ben Roberts d92cc576d7 Initial commit of Session/Authentication code
Plugin architecture with single Database-backed implementation.
2011-12-19 12:13:14 +00:00

13 lines
274 B
PHP

<?php
class SihnonFramework_Auth_Plugin_Database_GroupPermission extends Sihnon_DatabaseObject {
protected static $table = 'grouppermission';
protected $_db_id;
protected $_db_group;
protected $_db_permission;
protected $_db_added;
}