Skip to content

ggsbv/ownPhpFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PHP framework from scratch

Functionality

The user can submit names to the server. The names are stored on a local mysql database. User can view all entered names on the /users uri.

Purpose

The purpose of this project was to create own MVC style framework from scratch, in order to have better understanding before moving on to Laravel. Having gone through this, I hope to have a more intimate understanding about what Laravel is doing behind the scenes.

The project served as an introduction to the Model-Views-Controller design pattern, as well as an introduction to PHP in general.

About

My own mini php framework, stores user input name in mysql database and displays entered names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors