PHP Classes

Classes of Jurgen Campforts

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Jurgen Campforts (1)  >  Mission progress status  >  Reputation  
Picture of Jurgen Campforts
Name: Jurgen Campforts <contact>
Classes: 1
Country: Belgium Belgium
Age: 44
All time rank: 266814 in Belgium Belgium
Week rank: 195 Up3 in Belgium Belgium Up
All time users: 795
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image DBManager  
Manage connections to access MySQL databases
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.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z