HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
edit.php File Reference

Go to the source code of this file.

Variables

$this pageTitle = Yii::app()->name.' - '.UserModule::t("Profile")
$this breadcrumbs
$this menu
 endif
 $form
 $profileFields = $profile->getFields()
 if ($profileFields)

Variable Documentation

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

Definition at line 30 of file edit.php.

$this breadcrumbs
Initial value:
array(
UserModule::t("Profile") => array('profile'),
UserModule::t("Edit"),
)

Definition at line 2 of file edit.php.

endif

Definition at line 17 of file edit.php.

if($profileFields)

Definition at line 31 of file edit.php.

$this menu
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")

Definition at line 1 of file edit.php.