2014-05-06 12:16:20 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
* Bootstrap index 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
|
|
|
|
*/
|
2014-05-13 11:47:46 +02:00
|
|
|
|
|
|
|
// CHANGE the following line when in production mode
|
|
|
|
defined('YII_DEBUG') or define('YII_DEBUG', true);
|
|
|
|
|
2014-05-06 12:16:20 +02:00
|
|
|
require('./../app/lib/vendor/autoload.php');
|
|
|
|
|
|
|
|
Yiinitializr\Helpers\Initializer::create('./../app', 'main', array('common', 'env', 'local'))->run();
|