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

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

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]
```