User group model class.
More...
Public Member Functions |
| __construct ($id) |
| Constructs a group instance.
|
Static Public Member Functions |
static | get ($opts=null) |
| Get all groups objects.
|
Detailed Description
User group model class.
Model fields:
- id int(1): primary key
- label varchar(32): group label
- description text: group description
- privileges varchar(128): comma separated list of privilege ids
- Author:
- abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
- Version:
- 0.99
- Date:
- 2011-2012
- Copyright:
- Otto srl MIT License
Definition at line 27 of file group.php.
Constructor & Destructor Documentation
Constructs a group instance.
- Parameters:
-
mixed | $id | the object id (primary key value of the record) |
- Returns:
- group instance
Definition at line 35 of file group.php.
Member Function Documentation
Get all groups objects.
- Parameters:
-
array | $opts,: | associative array of options (no one by now) |
- Returns:
- array group objects
Definition at line 49 of file group.php.
The documentation for this class was generated from the following file: