Challenge: PHP Database
Try to implement a database class that connects with the database and a user class that inserts objects in the database.
We'll cover the following...
Task
-
Write a class named
Db
...
Try to implement a database class that connects with the database and a user class that inserts objects in the database.
Write a class named Db
...