gogery / yaf
this is yaf application init....
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-03-15 05:18:50 UTC
README
this is yaf application init...
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