bxrddy / crud-system

The main purpose of a CRUD system is that it enables users to create/read/update/delete data.
0 stars 1 forks source link

Change mysqli to pdo #4

Closed larizzatg closed 7 years ago

larizzatg commented 7 years ago

Mysqli is an old library, know it is recommended to use pdo. Change all implementations of mysqli to pdo with an object oriented view.