PHP Class Controller, huge

All controller classes for this application should extend from this base class.
Inheritance: extends CController
Mostra file Open project: panique/huge Class Usage Examples

Public Properties

Property Type Description
$View View The view object

Public Methods

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

Method Details

__construct() public method

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 ( )

Property Details

$View public_oe property

View The view object
public $View