Skip to content

julienbaladier/logicnow-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogicNow-Challenge

Challenge for an internship at LogicNow

Objective : Write a class that persists its data to the following table. It should use a DB interface such as mysqli or ADO to do that.

(id INT, first_name VARCHAR(100), last_name VARCHAR(100))

In fact, It should be able to:

  • Create a new contact in the database
  • Edit an existing contact in the database
  • Delete an existing contact

About

Challenge for an internship at LogicNow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published