DEV Community

Discussion on: How I learned the most about using XML with PHP

Collapse
 
thytanium profile image
Alejandro González

There's a difference between a database and a database management system (DBMS). What you built is just a database. MySQL is a DBMS.

As long as you used a good design pattern with your classes, I say kudos!

Collapse
 
nitricware profile image
Kurt Frey

Thank you! I used the word "system" because I didn't know how to call it since the database itself was just the.xml file for me. The database system was everything else.