Skip to content

Commit

Permalink
[ZF-11822] DOCUMENTATION
Browse files Browse the repository at this point in the history
 - Fix typo in zend.db.table.rowset.html
  • Loading branch information
adamlundrigan committed Oct 14, 2011
1 parent fb3c0a0 commit d3a7eff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -170,7 +170,7 @@ $bugs = new Bugs();
$rowset = $bugs->fetchAll();
// retrieve the 9th element immediately:
$row9->getRow(8);
$row9 = $rowset->getRow(8);
// and use it:
$row9->assigned_to = 'mmouse';
Expand Down

0 comments on commit d3a7eff

Please sign in to comment.