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

Entry point used to call a specific class method in the administrative area (and get its output). More...

Go to the source code of this file.

Enumerations

enum  ABS_ROOT
 absolute path to the ROOT directory More...
enum  BASE_PATH
 include system paths More...
enum  DS
 operating system directory separator More...

Variables

 $core = new core()

Detailed Description

Entry point used to call a specific class method in the administrative area (and get its output).

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

Definition in file pointer.php.


Enumeration Type Documentation

enum ABS_ROOT

absolute path to the ROOT directory

Definition at line 16 of file pointer.php.

enum BASE_PATH

include system paths

include system configuration include core class base path definition from which generate links

Definition at line 41 of file pointer.php.

enum DS

operating system directory separator

Definition at line 21 of file pointer.php.


Variable Documentation

$core = new core()

Definition at line 43 of file pointer.php.