MySQL encapsulation class

Simple DB encapsulation class

Usage

instantaniate with details, use query to perform query

Comments

Posted on 01.07.2008 22:28 by Silvern88

You should add mysql_real_escape_string() around the query.