Skip to content

A PHP MVC project for managing intern data with CRUD operations.

Notifications You must be signed in to change notification settings

er-hiba/MVC-Intern-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A PHP project showcasing the MVC (Model-View-Controller) architecture for managing intern data with CRUD (Create, Read, Update, Delete) operations. This project provides a simple yet comprehensive example of how to structure a web application using PHP, MySQL, and the MVC pattern.

Features

♡   View Interns: Browse a list of interns with their details such as last name, first name, age, and login.
♡   Add Interns: Add new interns to the database with all required information.
♡   Edit Interns: Modify the details of existing interns, such as their name, age, or login credentials.
♡   Delete Interns: Remove interns from the database if they are no longer needed.

Screenshots

Releases

No releases published

Packages

No packages published

Languages