EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
yiic.php
Go to the documentation of this file.
1 <?php
2 
3 // change the following paths if necessary
4 $yiic=dirname(__FILE__).'/../../yii/framework/yiic.php';
5 $config=dirname(__FILE__).'/config/console.php';
6 
7 require_once($yiic);