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

Commit

Permalink
Merge pull request #128 from bjornpost/patch-1
Browse files Browse the repository at this point in the history
Removed incorrect finder example, fixes #120
  • Loading branch information
bjornpost committed Apr 19, 2015
2 parents 07631a5 + c87af42 commit e54aeda
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 e54aeda

Please sign in to comment.