MYDB Class
29.01.2008 06:39 - category: Hard & Soft: Programming - Source: phpclasses.org
Package:
Summary:
Execute MySQL queries from lists of parameters
Groups:
Author:
Description:
This class can be used to build and execute MySQL database SQL queries from lists of parameters.
It opens a connection to a MySQL database and can build and execute several types o SQL queries:
- SELECT queries given the table, list of fields and an optional condition clause
- INSERT or UPDATE queries given the table, list of fields and values and an optional condition clause for UPDATE queries
- DELETE queries given the table and an optional condition clause
It opens a connection to a MySQL database and can build and execute several types o SQL queries:
- SELECT queries given the table, list of fields and an optional condition clause
- INSERT or UPDATE queries given the table, list of fields and values and an optional condition clause for UPDATE queries
- DELETE queries given the table and an optional condition clause
www.sitename.com