MySQL Wrapper Class
Posted: Wed Mar 18, 2009 6:15 pm
i was looking for a convenient db wrapper, and found one
# Name: database.class.php
# File Description: MySQL Class to allow easy and clean access to common mysql commands
# Author: ricocheting
# Web: http://www.ricocheting.com/scripts/
# Update: 2/2/2009
# Version: 2.1
# Copyright 2003 ricocheting.com
i does not quite suite my wishes so i am starting to modify it slightly and am coming up with a enhanced version, though the original already wrap mysql quite nicely.
what i want is an efficient db wrapper, where almost everything will be accesible within its class. is anyone going the same way ? can we share notes ?
public use license.
thanks.
# Name: database.class.php
# File Description: MySQL Class to allow easy and clean access to common mysql commands
# Author: ricocheting
# Web: http://www.ricocheting.com/scripts/
# Update: 2/2/2009
# Version: 2.1
# Copyright 2003 ricocheting.com
i does not quite suite my wishes so i am starting to modify it slightly and am coming up with a enhanced version, though the original already wrap mysql quite nicely.
what i want is an efficient db wrapper, where almost everything will be accesible within its class. is anyone going the same way ? can we share notes ?
public use license.
thanks.