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('//user/admin/admin'),
4  UserModule::t('Create'),
5 );
6 $this->menu = array(
7  array('label' => UserModule::t('Manage Profile Field'), 'url' => array('admin')),
8 );
9 ?>
10 <h1><?php echo UserModule::t('Create Profile Field'); ?></h1>
11 <?php echo $this->renderPartial('_form', array('model' => $model)); ?>