Go to the source code of this file.
Variable Documentation
Initial value: array(
Yii::t('app', 'Accounts') => array('//account/account'),
Yii::t('app', 'Account Users') => array('index'),
$model->User->username => array('view','id' => $model->UserId),
Yii::t('app', 'Update'),
)
Definition at line 5 of file update.php.
Initial value: array(
array('label' => Yii::t('app', 'List AccountUsers'), 'url' => array('index')),
array('label' => Yii::t('app', 'View AccountUsers'), 'url' => array('view', 'id' => $model->UserId)),
array('label' => Yii::t('app', 'Manage AccountUsers'), 'url' => array('admin')),
)
Definition at line 12 of file update.php.