예제 #1
0
파일: index.php 프로젝트: xiaofengwz/wuyuan
<?php

use wuyuan\wy;
define('WY_DEBUG', TRUE);
define('WY_APP_DIR', strtr(__DIR__, '\\', '/') . '/app/');
require __DIR__ . '/framework/wy.class.php';
wy::run();