index.php
332 Bytes
<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('/gii/'.$name));?></li>
<?php endforeach; ?>
</ul>