Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hirezadehghani/mvc-pattern-with-pure-php
- Owner: hirezadehghani
- Created: 2022-08-02T03:39:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T12:11:27.000Z (about 2 years ago)
- Last Synced: 2024-04-16T04:20:12.415Z (9 months ago)
- Topics: architectural-patterns, mvc, php
- Language: PHP
- Homepage: https://youtu.be/6ERdu4k62wI
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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