Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Removed incorrect finder example, fixes #120
Browse files Browse the repository at this point in the history
As reported by @mtibben in #120.
  • Loading branch information
bjornpost committed Apr 7, 2015
1 parent ab6c67d commit c87af42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ See :doc:`finding` for more details.
// by identifier
$post = Post::byId(1);
// by a collection of properties
$post = Post::find(array('title'=>'The joys of llama farming'))->one();
// using a magic finder method
$posts = Post::findByTitleAndTimestamp('The joys of llama farming', '2013-01-01');
$posts = Post::findByType(array('blog', 'article'));
Expand Down

0 comments on commit c87af42

Please sign in to comment.