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

Front end entry point used to call a specific class method (and get its output). More...

Go to the source code of this file.

Enumerations

enum  ABS_ROOT
enum  BASE_PATH
enum  DS

Variables

 $core = new core()

Detailed Description

Front end entry point used to call a specific class method (and get its output).

This file is usually used when performing ajax requests.

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 17 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 42 of file pointer.php.

enum DS

operating system directory separator

Definition at line 22 of file pointer.php.


Variable Documentation

$core = new core()

Definition at line 44 of file pointer.php.