PHP 클래스 Controller, huge

All controller classes for this application should extend from this base class.
상속: extends CController
파일 보기 프로젝트 열기: panique/huge 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$View View The view object

공개 메소드들

메소드 설명
__construct ( ) Construct the (base) controller. This happens when a real controller is constructed, like in the constructor of IndexController when it says: parent::__construct();

메소드 상세

__construct() 공개 메소드

Construct the (base) controller. This happens when a real controller is constructed, like in the constructor of IndexController when it says: parent::__construct();
public __construct ( )

프로퍼티 상세

$View 공개적으로 프로퍼티

View The view object
public $View