JFactory/getDBO

From Joomla! Documentation
< JFactory
Revision as of 14:49, 23 November 2008 by Chris Davenport (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns a reference to the global database object, only creating it if it doesn't already exist. The object returned will be of type JDatabase.

Syntax

object JDatabase getDBO()

Example

In this example, the Joomla database prefix is retrieved.

$db =& JFactory::getDBO();
echo "Database prefix is : " . $db->getPrefix();

which should output something like this:

Database prefix is : jos_

See also

Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox