MySQLHandler is a MySQL wrapper supporting the most common functions like: Select, Update, Insert, Delete, Replace. MySQLHandler is designed to aid you when writing queries in your code and you dont need to write those connection statements. Results are returned as multidimensional arrays, so you dont even have to touch any of PHP:s mysql commands and no more result sets! MySQLHandler also comes with an error logging feature. All errors in your statements can be logged for debuging. MySQLHandler has XML support and can return any SELECT query as an XML string that can be styled into anything with XSLT
Hits: 2 Rating: 0.00 Votes: 0
|