<?php

/**
 * Created by PhpStorm.
 * User: sunnyer
 * Date: 18-4-17
 * Time: 下午1:42
 */

define('VERSION', time());
$yii=dirname(__FILE__).'/yii/framework/yii.php';
$config=dirname(__FILE__).'/config/develop.php';
defined('YII_DEBUG') or define('YII_DEBUG',true);
require_once($yii);
Yii::createWebApplication($config)->run();



