Skip to content

blind3y3/smvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple mvc realization on php

First set up config in app/config/config.php

Create MySQL database with users(id, name, email, password, created_at) and posts(id, user_id, title, body, created_at) tables

Then configure Apache2 with rewrite_mod enabled

???

enjoy

About

Simple mvc realization on php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages