1
0
www.mikescher.com/framework/gii/views/default/index.php

12 lines
333 B
PHP

<h1>Welcome to Yii Code Generator!</h1>
<p>
You may use the following generators to quickly build up your Yii application:
</p>
<ul>
<?php foreach($this->module->controllerMap as $name=>$config): ?>
<li><?php echo CHtml::link(ucwords(CHtml::encode($name).' generator'),array($name.'/index'));?></li>
<?php endforeach; ?>
</ul>