1
0

Initial Commit

This commit is contained in:
2014-05-06 12:16:20 +02:00
commit 0db46dd097
77 changed files with 23839 additions and 0 deletions

16
app/config/test.php Normal file
View File

@@ -0,0 +1,16 @@
<?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,
)
);