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

User group model class. More...

+ Inheritance diagram for group:
+ Collaboration diagram for group:

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

Definition at line 27 of file group.php.


Constructor & Destructor Documentation

group::__construct ( id)

Constructs a group instance.

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

Definition at line 35 of file group.php.


Member Function Documentation

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

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.

+ 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: