I'm using the mysql_fetch_object() function.
It returns me an object "result".
example :
$row = mysql_fetch_object($result)
I 'd like to if there's a way to define a class that corresponds to the object "row" returned by the call of mysql_fetch_object() in order to call methods for this object "row" .