gogery/yaf

this is yaf application init....

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

v2.1.2 2017-10-07 12:33 UTC

This package is not auto-updated.

Last update: 2024-04-13 01:04:35 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