This class can be used to manage MySQL database tables.
It extends the MySQLi base class to add new functionality like:
- Inserting, updating and retrieving MySQL table rows from a list of parameters
- Creating and dropping databases, tables and triggers
- Adding table columns
- Retrieving table comments
Tahukah anda bahwa komentar yang anda sertakan pada tabel/kolom dalam suatu database mySQL terletak pada database information_schema yang telah didefinisikan oleh mySQL?...