Initial commit of Session/Authentication code
Plugin architecture with single Database-backed implementation.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
class SihnonFramework_Auth_Plugin_Database_Group extends Sihnon_DatabaseObject {
|
||||
|
||||
protected static $table = 'group';
|
||||
|
||||
protected $_db_id;
|
||||
protected $_db_name;
|
||||
protected $_db_description;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user