Go to the source code of this file.
Variable Documentation
Initial value: $this->beginWidget('CActiveForm', array(
'id' => 'profile-form',
'enableAjaxValidation' => true,
'htmlOptions' => array('enctype' => 'multipart/form-data'),
))
Definition at line 19 of file edit.php.
$profileFields = $profile->getFields() |
Initial value:
Definition at line 2 of file edit.php.
Initial value: array(
array(
'label' =>
UserModule::t(
'Profile'),
'url' => array(
'/user/profile')),
array(
'label' =>
UserModule::t(
'Change password'),
'url' => array(
'changepassword')),
array(
'label' =>
UserModule::t(
'Logout'),
'url' => array(
'/user/logout')),
)
Definition at line 6 of file edit.php.
$this pageTitle = Yii::app()->name.' - '.UserModule::t("Profile") |