PHP Class InstallController

Inheritance: extends CI_Controller
Show file Open project: damnpoet/yiicart Class Usage Examples

Public Properties

Property Type Description
$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.

Public Methods

Method Description
init ( )

Method Details

init() public method

public init ( )

Property Details

$breadcrumbs public property

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 public property

the default layout for the controller view.
public $layout