Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 731 Bytes

structure.md

File metadata and controls

22 lines (18 loc) · 731 Bytes

ONE PHP Micro Framework Documentation

This is the directory structure you will end up with following the instructions in the Installation Guide. Note: You can use controllers or not, but is always recomended for big projects.

MVC

|-- ROOT
|       |-- .htacess
|       |-- index.php
|       |-- src/
|       |--     |-- OnePHP/
|       |--     |--         |-- one_framework.php
|       |--     |-- controllers/    
|       |--     |-- views/
|       |--     |-- libs/
|       |-- public/

All your code must go inside src/ folder.

Next: Routing

Contribute and improve this documentation.
Click Edit and Fork the project.