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

Menu voice model class. More...

+ Inheritance diagram for menuVoice:
+ Collaboration diagram for menuVoice:

Public Member Functions

 __construct ($id)
 Constructs a menu voice instance.

Static Public Member Functions

static get ($opts=null)
 Gets menu voices objects.

Detailed Description

Menu voice model class.

Model fields:

  • id int(8): primary key
  • parent int(4): parent id, null or 0 if the voice has not a parent
  • label varchar(128): voice label
  • url varchar(128): link url
  • target varchar(8): link target, '_self' or '_blank'
  • position int(3): sort order
  • groups varchar(128): comma separated list of user groups which can see the voice (everyone can see it if this field is null or empty)
Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition at line 30 of file menuVoice.php.


Constructor & Destructor Documentation

Constructs a menu voice instance.

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

Definition at line 38 of file menuVoice.php.


Member Function Documentation

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

Gets menu voices objects.

Parameters:
array$opts,:associative array of options -**where**: the where clause -**order**: the order clause
Returns:
array menu voices objects

Definition at line 53 of file menuVoice.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: