Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
privilege model class More...
Public Member Functions | |
__construct ($id) | |
Constructs a privilege model instance. | |
Static Public Member Functions | |
static | get ($opts=null) |
Get privilege objects. |
privilege model class
Model fields:
Definition at line 29 of file privilege.php.
privilege::__construct | ( | $ | id | ) |
Constructs a privilege model instance.
mixed | $id | the object id (primary key value of the record) |
Definition at line 37 of file privilege.php.
static privilege::get | ( | $ | opts = null | ) | [static] |
Get privilege objects.
array | $opts | associative array of options (none for now) |
Definition at line 51 of file privilege.php.