Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntinouldinho/php-mvc-framework-videoclub
Implemented using PHP and jQuery. It demonstrates how to use the Model-View-Controller Framework in PHP.
https://github.com/ntinouldinho/php-mvc-framework-videoclub
jquery mvc mvc-architecture mysql php web-development
Last synced: about 1 month ago
JSON representation
Implemented using PHP and jQuery. It demonstrates how to use the Model-View-Controller Framework in PHP.
- Host: GitHub
- URL: https://github.com/ntinouldinho/php-mvc-framework-videoclub
- Owner: ntinouldinho
- Created: 2021-03-27T17:50:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T23:58:18.000Z (almost 4 years ago)
- Last Synced: 2024-03-08T17:32:04.530Z (10 months ago)
- Topics: jquery, mvc, mvc-architecture, mysql, php, web-development
- Language: CSS
- Homepage:
- Size: 10.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-MVC-Framework-VideoClub
This project was implemented using PHP and jQuery.
It demonstrates how to use the Model-View-Controller Framework in PHP.# How to run:
1) Download XAMPP, open Apache and MySQL through the XAMPP control panel.
2) Create a database named test and import test.sql file.
3) Clone the repository in a new folder which will be located in xampp/htdocs/ .
4) Add this url to your browser: localhost/{folderName} .# How it looks:
![image](https://user-images.githubusercontent.com/37417801/112729671-164bbb80-8f36-11eb-81e1-6827be249041.png)