https://github.com/fredericdrnl/mvc-php
A project for discover MVC structure with PHP
https://github.com/fredericdrnl/mvc-php
php web website
Last synced: about 2 months ago
JSON representation
A project for discover MVC structure with PHP
- Host: GitHub
- URL: https://github.com/fredericdrnl/mvc-php
- Owner: Fredericdrnl
- Created: 2023-03-21T19:22:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T15:38:11.000Z (about 3 years ago)
- Last Synced: 2025-12-31T11:57:27.758Z (6 months ago)
- Topics: php, web, website
- Language: PHP
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVC-PHP 🐘
> Author : DOURNEL Frédéric
## Aim of this project 📍
This project was made during my second years of Bachelor University of Tehnology. The goal was to discovered the MVC structure with le PHP language. With that, we make an SQL table and we showing data with a html table. In this HTML page, I make lot of tools for navigate on the project.
## Technologies use ⚙️
For this project, I use PHP with Postgresql database.
## How to use ❓
- First of all, create postgresql database with the commands on the *bdd.sql* file.
- Then change the *$path* variable on the *path.php* file and also add your postgresql id on the *models/config-db.php*.
- After for use this project you have to use the index.html page in your http request with on parameter ("controller") the controller you want to see.
```
http://localhost/mvc-php/index.php?controller=[nameOfController]
```