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

Go to the source code of this file.

Variables

$this breadcrumbs
$this menu
 $attributes
 $profileFields = ProfileField::model()->forOwner()->sort()->findAll()

Variable Documentation

$attributes
Initial value:
array(
'id',
'username',
)

Definition at line 18 of file view.php.

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

Definition at line 23 of file view.php.

$this breadcrumbs
Initial value:
array(
UserModule::t('Users') => array('admin'),
$model->username,
)

Definition at line 2 of file view.php.

$this menu
Initial value:
array(
array('label' => UserModule::t('Create User'), 'url' => array('create')),
array('label' => UserModule::t('Update User'), 'url' => array('update','id' => $model->id)),
array('label' => UserModule::t('Delete User'), 'url' => '#','linkOptions' => array('submit' => array('delete','id' => $model->id),'confirm' => UserModule::t('Are you sure to delete this item?'))),
array('label' => UserModule::t('Manage Profile Field'), 'url' => array('profileField/admin')),
)

Definition at line 7 of file view.php.