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

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

Detailed Description

The core of the web application.

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

Definition at line 26 of file core.class.php.


Constructor & Destructor Documentation

Constructs the core instance.

Initializes many registry properties used throughout the framework, checks for session timeout (if active) and checks for installed plugins.

Returns:
void

Definition at line 45 of file core.class.php.

+ Here is the call graph for this function:


Member Function Documentation

Retrieves the active theme object.

Returns:
the active theme or a sys error message

Definition at line 155 of file core.class.php.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Returns the output of the class method invoked through the url.

Returns:
void

Definition at line 135 of file core.class.php.

+ Here is the call graph for this function:

core::renderApp ( site = null)

Renders the whole document.

Parameters:
string$sitethe requested site: main or admin
Returns:
void

Definition at line 108 of file core.class.php.

+ Here is the call graph for this function:


Field Documentation

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.


The documentation for this class was generated from the following file: