Mrzhang147
Results
1
issues of
Mrzhang147
``` 'log'=>array( 'class'=>'CLogRouter', 'routes'=>array( array( 'class'=>'ext.yii-debug-toolbar.YiiDebugToolbarRoute', // Access is restricted by default to the localhost //'ipFilters'=>array('*'), ), ), ), ``` 'db'=>array( 'class' =>'CDbConnection', 'connectionString' => 'mysql:host=*****_;dbname=**_***_', 'emulatePrepare' => true, 'username'...