The directory "examples/" contains various examples how to use the mysqldb_class.
The following examples are available:


FILE              | ACTION PERFORMED
------------------+-------------------------------------------------------------
README            | The file you are currently reading.
connect.php       | Shows how to connect with Auto-Error Handling on/off.
dbdefs.inc.php    | Configuration for the database class.
ddl_dml.php       | Shows how to perform DDL/DML commands.
desc_tables.php   | Shows how to use the DescTable() method.
functions.inc.php | Functions used in all examples.
locale.php        | Shows how to handle locale/character sets in MySQL.
new_insert.php    | Shows usage of method PerformNewInsert()
queries.php       | Basic functionality for Query() and QueryResult() methods.
t_num_rows.php    | Shows usage of NumRows() method.


All examples are written in a way that you can use them either on the CLI
or in your Webbrowser. Also they are (hopefully) documented in a way that even
a beginner should have no problems to understand how to use the class.
If you feel the need for additional examples or have a specific question not
covered by the examples feel free to contact me.

Have fun with the class and keep up coding!

Regards,

Sascha 'SieGeL' Pfalz
-----------------------------------------------------------------------------
$Id: README,v 1.3 2010/08/07 08:16:16 siegel Exp $
