Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/fridde/idiorm into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Sep 2, 2013
2 parents 1f1f3bf + f90a58a commit 25cd48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/querying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ over it just like an array.
<?php
foreach(ORM::for_table('person')->find_result_set() as $record) {
echo $person->name;
echo $record->name;
}
.. code-block:: php
Expand Down

0 comments on commit 25cd48a

Please sign in to comment.