PHP 클래스 Application, huge

파일 보기 프로젝트 열기: panique/huge 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Start the application, analyze URL elements, call according controller/method or relocate to fallback location

비공개 메소드들

메소드 설명
createControllerAndActionNames ( ) Checks if controller and action names are given. If not, default values are put into the properties.
splitUrl ( ) Get and split the URL

메소드 상세

__construct() 공개 메소드

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