HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
HCE Project DC service web UI
Bootstrap Colorpicker 2.0
Overview
CKEditor 4 Changelog
Software License Agreement
ChangeLog
Installing instructions
widgets
yii2-debug
Todo List
Deprecated List
Namespaces
Classes
Files
File List
app
protected
commands
components
config
controllers
extensions
helpers
models
modules
runtime
tests
vendor
views
ajax
app
layouts
resourceDownload
site
pages
_form.php
_search.php
_view.php
admin.php
contact.php
create.php
error.php
index.php
login.php
update.php
view.php
siteCleanup
siteDelete
siteNew
siteRecrawl
sitesView
system
urlCleanup
urlDelete
urlRecrawl
urlReprocess
urlsView
yiic.php
themes
index.php
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
create.php
Go to the documentation of this file.
1
<?php
2
/* @var $this SiteController */
3
/* @var $model Site */
4
5
$this->
breadcrumbs
=array(
6
'Sites'
=>array(
'index'
),
7
'Create'
,
8
);
9
10
$this->
menu
=array(
11
array(
'label'
=>
'List Site'
,
'url'
=>array(
'index'
)),
12
array(
'label'
=>
'Manage Site'
,
'url'
=>array(
'admin'
)),
13
);
14
?>
15
16
<h1>Create Site</h1>
17
18
<?php $this->renderPartial(
'_form'
, array(
'model'
=>$model)); ?>
app
protected
views
site
create.php
Generated on Tue Jun 30 2015 20:12:32 for HCE Project DC service web UI by
1.8.1.2