Class CExtController
CExtController is the base class for controllers distributed as extension.
The main purpose of CExtController is to redefine the viewPath property so that it points to the "views" subdirectory under the directory containing the controller class file.
- CComponent
- CBaseController
- CController
- CExtController
Package: system\web
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/web/CExtController.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/web/CExtController.php
public
string
|
#
getViewPath( )
Returns the directory containing view files for this controller. This method overrides the parent implementation by specifying the view path to be the "views" subdirectory under the directory containing the controller class file. |
public
|
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderFile(),
renderInternal(),
widget()
|
STATE_INPUT_NAME
|
$defaultAction,
$layout
|
public
string
|
$viewPath |
#
The directory containing the view files for this controller. |
$action,
$actionParams,
$cachingStack,
$clips,
$id,
$module,
$pageTitle,
$route,
$uniqueId
|