<html> <head> <title>OoMySql Classes</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"> <link rel="stylesheet" type="text/css" href="docstyle.css"> </head> <body text="black" link="#0000A0"> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td class="pageHeader">OoMySqlClass</td> </tr> <tr> <td class="textNorm"> OoMysql is a collection of classes intended to give easy access to a MySql Database via an OO interface. It consits (as of today) of one main class and two sublasses: <ul> <li><a href="mysql.class.html">MySql Baseclass</a></li> <ul> <li><a href="mysqldb.class.html">MySqldb Subclass</a></li> <li><a href="#intro">MySqltable Subclass</a></li> </ul> </ul> The intention of the whole thing is to build a object orientated framework of classes that allows for easy creation of objects, linked transparently to their data in the database. I.E. if you change a datamember of an object, the object itself will take care of the according changes to the database. </td> </tr> <tr> <td class="pageFooter"> </td> </tr> </table> </body> </html>