Get Num Rows in joomla
- March 8th, 2009
- Posted in Joomla
- Write comment
$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
No comments yet.