HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 /* @var $this SiteController */
3 
4 $this->pageTitle=Yii::app()->name;
5 ?>
6 
7 <?php $this->beginWidget('bootstrap.widgets.TbHeroUnit',array(
8  'heading'=>'Welcome to '.CHtml::encode(Yii::app()->name),
9 )); ?>
10 
11 <p>Congratulations! You have successfully created your Yii application.</p>
12 
13 <?php $this->endWidget(); ?>
14 
15 <p>You may change the content of this page by modifying the following two files:</p>
16 
17 <ul>
18  <li>View file: <code><?php echo __FILE__; ?></code></li>
19  <li>Layout file: <code><?php echo $this->getLayoutFile('main'); ?></code></li>
20 </ul>
21 
22 <p>For more details on how to further develop this application, please read
23  the <a href="http://www.yiiframework.com/doc/">documentation</a>.
24  Feel free to ask in the <a href="http://www.yiiframework.com/forum/">forum</a>,
25  should you have any questions.</p>