db = JFactory::getDbo();
$db->setQuery($selectMembers);
//$cursor = $db->execute();
while($member = $db->loadNextObject()) {
var_dump($member);
// Infinite loop of the same result
}
Internally it does a fetchArray or fetchObject only these are protected methods X_x why are these protected???? It is basic functionality to loop over some records without loading everything in memory.
Labels |
Added:
?
Removed: ? |
||
Build | ⇒ | staging |
Thanks for reporting this. At this time we are only using github as the place to submit code fixes so I am closing the report here. The actual reporting of issues and testing fixes is still taking place on Joomlacode.
As it has been some time since you opened this issue can you please confirm that it is still valid with the current Master or Joomla 3.2 beta.
If it is still valid please can you open an item on the Joomlacode tracker in the appropriate area.
CMS Bug Reports: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103
CMS Feature Requests: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8549