16 lines
374 B
PHP
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,
|
||
|
)
|
||
|
);
|