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

No comments :

Post a Comment