JOSCHLINER / Markdown-CMS

A simple silo Content Mangment System for Markdown pages for internal pages.
GNU General Public License v3.0
0 stars 0 forks source link

Improve database class #9

Open JOSCHLINER opened 8 months ago

JOSCHLINER commented 8 months ago

The database class is one of the first classes I built and it shows. Error handling has to be improved and the code has to be cleaned up. It would also be of great use to change to the PDO extension from the mysqli extension.