Get Num Rows in joomla
$db =& JFactory::getDBO();
$query=”select * from #__ etc….’”);
$db->setQuery($query);
$db->Query();
if($db->getNumRows()>0)
As usual silly but I would rather to show code than spending time talking, hope I made it clear
This entry was posted on Sunday, March 8th, 2009 at 12:01 pm and is filed under Joomla. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
