
 Anton Rifco - 2007-07-31 06:07:12
Sometimes, when you play (:p) with mySQL database using php script, want to retrieve tables comment, and after several hours reading mysql or php manual, but doesn’t find any useful clue. You feel bored, and frustate to this php-mysql technology.
I recommend you to use this class (mysqlix), and implement it to your project.
This class extends popular php5 base class, mysqli, in a way that provide some useful functions, like retrieve table (or tables in a database) ’s comment(s), create/drop trigger, create/drop tables, create/drop database, simple insert and update, advanced select query, and securing your defined transaction. More functions will be released soon.
You, also, can modify it to satisfy your project’s database requirement. This is my first open source class, licensed under one of open source licence, General Public Licence (GPL).