01-01-2008, 07:11 PM
|
#3 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
|
It's a good class, especially the database class handler. You can expand all the functions using a history (to give a list of ALL made queries and where it went wrong (debugging)) and maybe a public $time; in the top, using it in queries like so:
PHP Code:
public function query($szQuery) { $pQuery = mysql_query($szQuery); //$this->time = time() += $this->time(); return $pQuery; }
__________________
"Life is a bitch, take that bitch on a ride"
|
|
|