Login   Register  
PHP Classes
elePHPant
Icontem

Class: MySQLWrapper

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gurdeep Singh  >  MySQLWrapper  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: MySQLWrapper
Base name: mysqlwrapper
Description: Execute MySQL database queries programmatically
Related classes:
Version: -
PHP version: 5.0
License: Freeware
All time users: 299 users
All time rank: 5576
Week users: 0 users
Week rank: 3431
Picture of Gurdeep Singh
Author: Gurdeep Singh <e-mail contact>
Packages: 5 Browse this author's classes Browse this author's classes
Country: India India - PHP jobs in India
Age: ???
All time rank: 35120 in India India
Week rank: 601 Down37 in India India Down
Innovation award
Innovation award
Nominee: 1x


  Detailed description  
This package is a MySQL database access wrapper that can be used to execute SQL queries programmatically.

It has base classes to manage the database connection and query execution and also a class to execute SQL queries from lists of parameters.

The class can execute queries to:

- Count rows in a given table
- Retrieve all rows from a table that match a condition
- Retrieve all values of a table field that match a condition
- Insert table records from an array or parameters
- Create a table from an array of parameters
- Update rows of a table that match a condition with values from a parameter array
- Delete rows from a table that match a condition

 

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Databases Database management, accessing and searching View top rated classes

  Rate classes User ratings   Dependencies   Applications   Files Files  

  User ratings  
There are not enough user ratings to display for this class.

  Packages needed by this class  
Class Dependency Why it is needed
PHPLogger
Required
This is required to log error/debug/warning message

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file DatabaseInformation.php Class Contains the basic information about database, like username, database name, password
Plain text file DatabaseManager.php Class This class is a layer above MySQL and take care to connect to database and perform required task and close connection.
Plain text file QueryManager.php Class A Layer above DatabaseManager. This class perform Select, Update, Delete queries on database.
Plain text file queryManagerTest.php Example Simple file to show, how we can use methods from QueryManager.php
Plain text file Readme.txt Doc. Describes the usage of QueryManager

Download all files: mysqlwrapper.tar.gz mysqlwrapper.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.