Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
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() |
Front end entry point used to call a specific class method (and get its output).
This file is usually used when performing ajax requests.
Definition in file pointer.php.
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.
Definition at line 44 of file pointer.php.