Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hirezadehghani/mvc-pattern-with-pure-php

Building a MVC architectural pattern from scratch one of the works that really help you to learning so in the back-end. If you want to learning I suggest you build your MVC with your favorite language.
https://github.com/hirezadehghani/mvc-pattern-with-pure-php

architectural-patterns mvc php

Last synced: about 2 months ago
JSON representation

Building a MVC architectural pattern from scratch one of the works that really help you to learning so in the back-end. If you want to learning I suggest you build your MVC with your favorite language.

Awesome Lists containing this project

README

        

# MVC-Pattern-with-pure-PHP
Building a MVC architectural pattern from scratch one of the works that really help you to learning so in the back-end. If you want to learning I suggest you build your MVC with your favorite language.
#
Introduction (from freecodecamp.org)
MVC frameworks such as Ruby on Rails, Laravel, and Angular are often used in web development. MVC stands for "Model View Controller" and is a common way to separate the main parts of an application.
#
And we've released a course on the freeCodeCamp.org YouTube channel that will teach you how to build your own MVC framework from scratch using PHP.
#
The course will give you a better understanding of how these frameworks work under-the-hood.
#
Description
#
This project have this features:
#login and register
#flash messages
#Router
#migration
#ActiveRecord
#...

#Notes:
#Composer used in the project