Class ProfileController
Controller is the customized base controller class. All controller classes for this application should extend from this base class.
- CComponent
-
CBaseController
-
CController
-
Controller
-
ProfileController
Methods summary
public
|
|
public
|
#
actionEdit( )
Updates a particular model. If update is successful, the browser will be redirected to the 'view' page. |
public
|
|
public
|
Methods inherited from CController
__construct(),
accessRules(),
actions(),
afterAction(),
afterRender(),
beforeAction(),
beforeRender(),
behaviors(),
clearPageStates(),
createAbsoluteUrl(),
createAction(),
createActionFromMap(),
createUrl(),
filterAccessControl(),
filterAjaxOnly(),
filterPostOnly(),
filters(),
forward(),
getAction(),
getActionParams(),
getCachingStack(),
getClips(),
getId(),
getLayoutFile(),
getModule(),
getPageState(),
getPageTitle(),
getRoute(),
getUniqueId(),
getViewFile(),
getViewPath(),
init(),
invalidActionParams(),
isCachingStackEmpty(),
loadPageStates(),
missingAction(),
processDynamicOutput(),
processOutput(),
recordCachingAction(),
redirect(),
refresh(),
render(),
renderClip(),
renderDynamic(),
renderDynamicInternal(),
renderPartial(),
renderText(),
replaceDynamicOutput(),
resolveViewFile(),
run(),
runAction(),
runActionWithFilters(),
savePageStates(),
setAction(),
setPageState(),
setPageTitle()
Methods inherited from CBaseController
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderFile(),
renderInternal(),
widget()
Methods inherited from CComponent
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
Magic methods summary
Constants summary
Constants inherited from CController
STATE_INPUT_NAME
Properties summary
public
string
|
$defaultAction |
#
the name of the default action. Defaults to 'index'. |
public
string
|
$layout |
#
the default layout for the controller view. Defaults to '//layouts/column1', meaning using a single column layout. See 'protected/views/layouts/column1.php'. |
Properties inherited from Controller
$breadcrumbs,
$menu
Magic properties inherited from CController
$action,
$actionParams,
$cachingStack,
$clips,
$id,
$module,
$pageTitle,
$route,
$uniqueId,
$viewPath