Skip to content

📋 Travail personnel n°2 en POO PHP sur le « Model View Controller »

License

Notifications You must be signed in to change notification settings

MrSnakie/tp2-php-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training Exercise - Personnal work n°2

« Model View Controller »

GitHub Follow Twitter Follow

GitHub Contributors GitHub Licence



ℹ️ DESCRIPTION

Personal work for a web development course. The purpose of this personal work is to familiarize with the « Model View Controller » in POO PHP.
With this personal work, we can display many clients with their data. In the back-end, you can add, modify, delete a client and an function to add credits on a client.

📋 EXERCICE INSTRUCTIONS (🇫🇷)

  1. Créer une base de données comportant 3 tables.

    • La première table, client, contiendra:

      • Nom - 50 caractères max
      • Prénom - 50 caractères max
      • Date de naissance - Date
      • Adresse - Texte
      • Code Postal - 5 caractères max
      • Numéro de téléphone - 10 caractères max
      • Statut marital - entier
    • La deuxième table, statut marital, contiendra:

      • Statut - 50 caractères max
    • Remplir la table statut marital avec ces informations:

      • Célibataire
      • Concubinage
      • Divorcé
      • Marié
      • Veuf
    • La troisième table, crédit, contiendra:

      • Organisme - 50 caractères max
      • Montant - decimal
  2. Créer 4 pages:

    • Creation client : permettant de créer un client
    • Ajout credit : permettant d'ajouter un crédit
    • Liste client : permettant de lister les clients
    • Détail client : permettant d'afficher les infos clients (info perso, crédits)

⚠️ ATTENTION: Un client peut avoir plusieurs crédits.

👥 CONTRIBUTING

It is a personal work that I develop myself but if you want to correct errors in my code, you can. 😉

©️ LICENSE

This project is licensed under Unlicensed license, see the License File file for details.

About

📋 Travail personnel n°2 en POO PHP sur le « Model View Controller »

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published