PHP Class Application, huge

Afficher le fichier Open project: panique/huge Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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