PHP Класс Controller, huge

All controller classes for this application should extend from this base class.
Наследование: extends CController
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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