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

15 lines
443 B
PHP

<?php
/**
*
* Yiic.php bootstrap 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
*/
require('./app/lib/vendor/autoload.php');
Yiinitializr\Helpers\Initializer::create('./app', 'console', array('common', 'env', 'local'))->run();