gogery / yaf
这是 yaf 应用程序的初始化...
v2.1.2
2017-10-07 12:33 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-09-28 03:16:24 UTC
README
这是 yaf 应用程序的初始化...
yaf 框架目录结构
application
│ │ Bootstrap.php
│ ├─common
│ │ functions.php
│ ├─controllers
│ │ Index.php
│ ├─library
│ ├─models
│ │ │ User.php
│ │ │
│ │ └─Db
│ │ Medoo.php
│ ├─modules
│ │ └─Admin
│ │ ├─controllers
│ │ │ Back.php
│ │ └─views
│ ├─plugins
│ └─views
│ └─index
│ index.phtml
├─conf
│ application.ini
│
└─public
index.php