Skip to content

Instantly share code, notes, and snippets.

@rajvanshipradeep15
Created August 21, 2013 09:10
Show Gist options
  • Save rajvanshipradeep15/6292125 to your computer and use it in GitHub Desktop.
Save rajvanshipradeep15/6292125 to your computer and use it in GitHub Desktop.
joomla
$db =& JFactory::getDBO();
$db->setQuery( $query );
$db->query();
To get the last insert id:
$db->insertid();
To get Number of rows fetched
$db->getNumRows();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment