Login   Register  
PHP Classes
elePHPant
Icontem

File: README

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Anton Rifco  >  mysqlix  >  README  >  Download  
File: README
Role: Documentation
Content type: text/plain
Description: readme file
Class: mysqlix
Manage MySQL database tables
Author: By
Last change:
Date: 2007-07-29 19:31
Size: 1,570 bytes
 

Contents

Class file image Download
mysqlix extended mysql improved
===================================

Version 1.0
Copyleft Anton Rifco Susilo

Send bug reports, patches, feature requests, complaints & hate mail (no spam
thanks) to <anton.rifco@gmail.com>

##### See INSTALL for installation instructions. #####


Table of Contents:

1. Overview
2. Features
3. Requirements
4. Limitations (Known Issues)
5. Usage
6. Todo

Overview
--------
mysqlix is extended class of mysqli predefined class. It add some valuable function that will save your work.


Features
--------

* Creating and dropping trigger

* Creating and dropping database

* Creating and dropping table

* Simple insert and update on a table of database

* Semi-advanced php-mySQL select

* Retrieve comment on a table, or all tables in a database

* Function to make multi query secure, by combine commit and rollback

Requirements
------------

* PHP 5.0.0+


Limitations (Known Issues)
--------------------------


Usage
-----

Read class documentation and example (file example.php) to experience usage on this class


Todo
----

I will add more function to this class, perhaps like 
- create_view to create a mySQL view,
- dump database/table 
- source/load sql file
- create_function to create a mySQL stored function / procedure
- improve function create_table
- a function to select data from multi table
- improve insert and update function
- Adding LOCK and UNLOCK to mySQL script



That's it!  Have fun!


Send questions, problems, bug reports, etc to:

Anton Rifco Susilo <anton.rifco@gmail.com>