PHP Classes

first release

Recommend this page to a friend!

      mysqlix  >  All threads  >  first release  >  (Un) Subscribe thread alerts  
Subject:first release
Summary:class mysqlix first release
Messages:2
Author:Anton Rifco
Date:2007-07-31 06:07:12
Update:2014-03-22 04:02:32
 

  1. first release   Reply   Report abuse  
Picture of Anton Rifco 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).

  2. Re: first release   Reply   Report abuse  
Picture of Rodrigo Espinoza Rodrigo Espinoza - 2014-03-22 04:02:32 - In reply to message 1 from Anton Rifco
Thanks for this class i will be using on my latest project