1
0

init commit

This commit is contained in:
2021-05-13 11:35:49 +08:00
commit a2db70af8b
18 changed files with 541 additions and 0 deletions

5
public/index.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
define('APP_PATH', dirname(__DIR__)); //应用路径
$app = new Yaf_Application(APP_PATH . '/conf/app.ini');
$app->bootstrap()->run();