HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
profile.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
 $profileFields = ProfileField::model()->forOwner()->sort()->findAll()
 if ($profileFields)

Variable Documentation

$profileFields = ProfileField::model()->forOwner()->sort()->findAll()

Definition at line 23 of file profile.php.

$this breadcrumbs
Initial value:
array(
UserModule::t("Profile"),
)

Definition at line 2 of file profile.php.

endif

Definition at line 16 of file profile.php.

if($profileFields)

Definition at line 24 of file profile.php.

$this menu
Initial value:
array(
array('label' => UserModule::t('Edit'), 'url' => array('edit')),
array('label' => UserModule::t('Change password'), 'url' => array('changepassword')),
array('label' => UserModule::t('Logout'), 'url' => array('/user/logout')),
)

Definition at line 5 of file profile.php.

$this pageTitle = Yii::app()->name.' - '.UserModule::t("Profile")

Definition at line 1 of file profile.php.