1
0
www.mikescher.com/app/config/test.php
2014-05-06 12:17:10 +02:00

16 lines
374 B
PHP

<?php
/**
*
* test.php configuration file
*
* @author Antonio Ramirez <amigo.cobos@gmail.com>
* @link http://www.ramirezcobos.com/
* @link http://www.2amigos.us/
* @copyright 2013 2amigOS! Consultation Group LLC
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
*/
return array(
'params' => array(
'yii.handleErrors' => false,
)
);