PHP Classes

DBManager: Manage connections to access MySQL databases

Recommend this page to a friend!
  Info   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 795 All time: 4,303 This week: 488Up
Version License Categories
dbmanager 1.0.0GNU General Publi...Databases
Description 

Author

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.

Picture of Jurgen Campforts
Name: Jurgen Campforts <contact>
Classes: 1 package by
Country: Belgium Belgium
Age: 43
All time rank: 266314 in Belgium Belgium
Week rank: 295 Up3 in Belgium Belgium Up

  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
Accessible without login 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

 Version Control Unique User Downloads Download Rankings  
 0%
Total:795
This week:0
All time:4,303
This week:488Up