Funciona: - Usuario - Empresa git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_PROFIND_Web/trunk@2 3fe1ab16-cfe0-e34b-8c9f-7d8c168d430d
12 lines
332 B
PHP
12 lines
332 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('/gii/'.$name));?></li>
|
|
<?php endforeach; ?>
|
|
</ul>
|
|
|