Skip to content

gogibogi4/gMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the project

gMVC is a simple PHP MVC oriented framework.

It allows you to create an API or a server side rendered webpage.

Since this is a work in progress some features are not yet implemented and the structure might change at any time. Feature ideas and improvements are also welcome.

How to use

To use gMVC you need to modify Router.php. A response can be generated by using ViewResponse or JSONResponse. It is also possible to create a custom response type by extending Response.

The project also includes some examples.

Database connection

gMVC uses PDO to communicate with a database. You can spawn a database handle by calling DBHandle::getInstance from anywhere within your code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published