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

Contains system database tables definition. More...

Go to the source code of this file.

Enumerations

enum  TBL_LNG
 database table which stores application languages More...
enum  TBL_MENU
 database table which stores menu voices More...
enum  TBL_SYS_DATETIME_SETTINGS
 database table which stores date and time settings More...
enum  TBL_SYS_GROUPS
 database table which stores system user groups More...
enum  TBL_SYS_PRIVILEGES
 database table which stores system access privileges More...
enum  TBL_SYS_SETTINGS
 database table which stores system settings More...
enum  TBL_THEMES
 database table which stores available themes More...
enum  TBL_USERS
 database table which stores system users More...

Detailed Description

Contains system database tables definition.

Tables used by new modules added to the web application should be defined in the file ROOT/project_tables.php. Create it if it doesn't exists, it will be automatically included here.

Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition in file tables.php.


Enumeration Type Documentation

enum TBL_LNG

database table which stores application languages

Definition at line 49 of file tables.php.

enum TBL_MENU

database table which stores menu voices

Definition at line 54 of file tables.php.

database table which stores date and time settings

Definition at line 24 of file tables.php.

database table which stores system user groups

Definition at line 29 of file tables.php.

database table which stores system access privileges

Definition at line 34 of file tables.php.

database table which stores system settings

Definition at line 19 of file tables.php.

enum TBL_THEMES

database table which stores available themes

Definition at line 44 of file tables.php.

enum TBL_USERS

database table which stores system users

Definition at line 39 of file tables.php.