Monday, March 24, 2014

Joomla Database Connection

Database Connection

$db = JFactory::getDBO();

$db is variable of database connection
JFactory::getDBO() - Is the function,which contains the database connection details(host,username,passowrd & database name)

No comments:

Post a Comment