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

Jeff configuration file. More...

Go to the source code of this file.

Enumerations

enum  APP_LANGUAGE
 application language (head meta tag) More...
enum  DB_CHARSET
 Database charset. More...
enum  DB_DBNAME
 Database name. More...
enum  DB_HOST
 Database hostname. More...
enum  DB_PASSWORD
 Database user password. More...
enum  DB_SCHEMA
 Database schema. More...
enum  DB_USER
 Database username. More...
enum  DBMS
 Database Management System. More...
enum  DEBUG
 Debug mode. More...
enum  PWD_HASH
 System passwords cryptation method. More...
enum  SESSIONNAME
 session name More...

Detailed Description

Jeff configuration file.

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

Definition in file configuration.php.


Enumeration Type Documentation

application language (head meta tag)

Definition at line 30 of file configuration.php.

enum DB_CHARSET

Database charset.

Definition at line 65 of file configuration.php.

enum DB_DBNAME

Database name.

Definition at line 45 of file configuration.php.

enum DB_HOST

Database hostname.

Definition at line 40 of file configuration.php.

Database user password.

Definition at line 55 of file configuration.php.

enum DB_SCHEMA

Database schema.

Definition at line 60 of file configuration.php.

enum DB_USER

Database username.

Definition at line 50 of file configuration.php.

enum DBMS

Database Management System.

Definition at line 35 of file configuration.php.

enum DEBUG

Debug mode.

View detailed information when system error occurs

Definition at line 77 of file configuration.php.

enum PWD_HASH

System passwords cryptation method.

Definition at line 70 of file configuration.php.

session name

Definition at line 25 of file configuration.php.