|
Description: MySQLHandler is a multi-platform compatible MySQL wrapper supporting the most common functions like: Select, Update, Insert, Delete, and Replace. MySQLHandler is designed to aid you when writing queries in your code and you don't need to write those connection statements. Results are returned as multidimensional arrays, so you don't 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.
|