Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Layout model class. More...
Public Member Functions | |
__construct ($id) | |
Constructs a layout instance. | |
Static Public Member Functions | |
static | activateTheme ($id) |
Sets theme as active from given id. | |
static | getThemes ($opts=null) |
Gets all available themes. |
Layout model class.
Model fields:
Definition at line 26 of file layout.php.
layout::__construct | ( | $ | id | ) |
Constructs a layout instance.
mixed | $id | the object id (primary key value of the record) |
Definition at line 34 of file layout.php.
static layout::activateTheme | ( | $ | id | ) | [static] |
Sets theme as active from given id.
int | $id | the theme id (primary key value) |
Definition at line 64 of file layout.php.
static layout::getThemes | ( | $ | opts = null | ) | [static] |
Gets all available themes.
array | $opts,: | associative array of options (no one by now) |
Definition at line 47 of file layout.php.