PHP Class Application, huge

Show file Open project: panique/huge Class Usage Examples

Public Methods

Method Description
__construct ( ) Start the application, analyze URL elements, call according controller/method or relocate to fallback location

Private Methods

Method Description
createControllerAndActionNames ( ) Checks if controller and action names are given. If not, default values are put into the properties.
splitUrl ( ) Get and split the URL

Method Details

__construct() public method

Start the application, analyze URL elements, call according controller/method or relocate to fallback location
public __construct ( )