Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Menu voice model class. More...
Public Member Functions | |
__construct ($id) | |
Constructs a menu voice instance. | |
Static Public Member Functions | |
static | get ($opts=null) |
Gets menu voices objects. |
Menu voice model class.
Model fields:
Definition at line 30 of file menuVoice.php.
menuVoice::__construct | ( | $ | id | ) |
Constructs a menu voice instance.
mixed | $id | the object id (primary key value of the record) |
Definition at line 38 of file menuVoice.php.
static menuVoice::get | ( | $ | opts = null | ) | [static] |
Gets menu voices objects.
array | $opts,: | associative array of options -**where**: the where clause -**order**: the order clause |
Definition at line 53 of file menuVoice.php.