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

Front end entry point. More...

Go to the source code of this file.

Enumerations

enum  ABS_ROOT
 absolute path to the ROOT directory More...
enum  BASE_PATH
 base path definition from which generate links More...
enum  DS
 operating system directory separator More...

Variables

 $core = new core()
 core instance, renders the whole application

Detailed Description

Front end entry point.

Every request passes from here, except from the ajax requests which points tio single class methods.

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

Definition in file index.php.


Enumeration Type Documentation

enum ABS_ROOT

absolute path to the ROOT directory

Definition at line 24 of file index.php.

enum BASE_PATH

base path definition from which generate links

Definition at line 43 of file index.php.

enum DS

operating system directory separator

Definition at line 29 of file index.php.


Variable Documentation

$core = new core()

core instance, renders the whole application

Definition at line 48 of file index.php.