Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
privilege Class Reference

privilege model class More...

+ Inheritance diagram for privilege:
+ Collaboration diagram for privilege:

Public Member Functions

 __construct ($id)
 Constructs a privilege model instance.

Static Public Member Functions

static get ($opts=null)
 Get privilege objects.

Detailed Description

privilege model class

Model fields:

  • id int(11): primary key
  • category varchar(128): privilege category
  • class varchar(64): privilege class
  • class_id int(8): privilege class identifier
  • label varchar(128): privilege label
  • description text: privilege description
Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition at line 29 of file privilege.php.


Constructor & Destructor Documentation

Constructs a privilege model instance.

Parameters:
mixed$idthe object id (primary key value of the record)
Returns:
privilege instance

Definition at line 37 of file privilege.php.


Member Function Documentation

static privilege::get ( opts = null) [static]

Get privilege objects.

Parameters:
array$optsassociative array of options (none for now)
Returns:
array privilege objects

Definition at line 51 of file privilege.php.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: