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 /* @var $this JobsController */
3 /* @var $model Jobs */
4 
5 $this->breadcrumbs = array(
6  'Jobs' => array('index'),
7  'Create',
8 );
9 
10 $this->menu = array(
11  array('label' => 'List Jobs', 'url' => array('index')),
12  array('label' => 'Manage Jobs', 'url' => array('admin')),
13 );
14 ?>
15 
16 <h1>Create Jobs</h1>
17 
18 <?php $this->renderPartial('_form', array('model' => $model)); ?>