Login   Register  
PHP Classes
elePHPant
Icontem

Class: DBManager

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jurgen Campforts  >  DBManager  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: DBManager
Base name: dbmanager
Description: Manage connections to access MySQL databases
Related classes: ,
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 645 users
All time rank: 3946
Week users: 0 users
Week rank: 2481
Picture of Jurgen Campforts
Author: Jurgen Campforts <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: Belgium Belgium - PHP jobs in Belgium
Age: 31
All time rank: 227113 in Belgium Belgium
Week rank: 2242 Up13 in Belgium Belgium Equal


  Detailed description  
This package provides several classes that implement different aspects of the access using a central class to manage connections to the MySQL database server.

The DBManager class keeps track of each database connection that is opened. It provides a function named getDB() that establishes the database conection when it is called for the first time, and returned a reference to an object that knows how to handle the connection. When the getDB() function is called again, it returns the same object that previously opened the database connection.

Other classes of this package provide means to execute SQL queries and retrieve query results.

 

  Groups  
Group folder image Databases Database management, accessing and searching View top rated classes

  Rate classes User ratings   Applications   Files Files  

  User ratings  
Not yet rated by the users

  Applications that use this class  
Link Description
wandelmee.be wandelportaalsite
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 db.class.php Class provides access to MYSQL
Plain text file DBManager.class.php Class Main script
Plain text file db_constants.php Conf. contains database constants
Plain text file resultset.class.php Class receives a resource-id and transforms it into usefull information
Plain text file wandelmeeDB.class.php Class subclass of db

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