HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
create.php
Go to the documentation of this file.
1 <?php
2 $this->breadcrumbs = array(
3  UserModule::t('Users') => array('admin'),
4  UserModule::t('Create'),
5 );
6 
7 $this->menu = array(
8  array('label' => UserModule::t('Manage Profile Field'), 'url' => array('profileField/admin')),
9 );
10 ?>
11 <h1><?php echo UserModule::t("Create User"); ?></h1>
12 
13 <?php
14  echo $this->renderPartial('_form', array('model' => $model, 'profile' => $profile));
15 ?>