PHP 클래스 InstallController

상속: extends CI_Controller
파일 보기 프로젝트 열기: damnpoet/yiicart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$breadcrumbs the breadcrumbs of the current page. The value of this property will be assigned to {@link CBreadcrumbs::links}. Please refer to {@link CBreadcrumbs::links} for more details on how to specify this property.
$layout the default layout for the controller view.

공개 메소드들

메소드 설명
init ( )

메소드 상세

init() 공개 메소드

public init ( )

프로퍼티 상세

$breadcrumbs 공개적으로 프로퍼티

the breadcrumbs of the current page. The value of this property will be assigned to {@link CBreadcrumbs::links}. Please refer to {@link CBreadcrumbs::links} for more details on how to specify this property.
public $breadcrumbs

$layout 공개적으로 프로퍼티

the default layout for the controller view.
public $layout