->getDatabaseConnection()

->getDatabaseConnection() -- Get the PEAR Database Object

Synopsis

object $DB_DataObject->getDatabaseConnection ()

Description

Fetch the pear database connection that the object uses - so you can find information or send queries directly to it.

Note

This function can not be called statically.

Example