Created
August 21, 2013 09:10
-
-
Save rajvanshipradeep15/6292125 to your computer and use it in GitHub Desktop.
joomla
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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