Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
The core of the web application. More...
Public Member Functions | |
__construct () | |
Constructs the core instance. | |
getTheme () | |
Retrieves the active theme object. | |
methodPointer () | |
Returns the output of the class method invoked through the url. | |
renderApp ($site=null) | |
Renders the whole document. | |
Protected Attributes | |
$_registry | |
the registry singleton instance | |
Private Attributes | |
$_base_path | |
path used to generate links |
The core of the web application.
Definition at line 26 of file core.class.php.
Constructs the core instance.
Initializes many registry properties used throughout the framework, checks for session timeout (if active) and checks for installed plugins.
Definition at line 45 of file core.class.php.
core::getTheme | ( | ) |
Retrieves the active theme object.
Definition at line 155 of file core.class.php.
Returns the output of the class method invoked through the url.
Definition at line 135 of file core.class.php.
core::renderApp | ( | $ | site = null | ) |
Renders the whole document.
string | $site | the requested site: main or admin |
Definition at line 108 of file core.class.php.
core::$_base_path [private] |
path used to generate links
Definition at line 36 of file core.class.php.
core::$_registry [protected] |
the registry singleton instance
Definition at line 31 of file core.class.php.