Skip to content

Commit

Permalink
Fixed incorrect comment example for or_where()
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbilbie committed Aug 29, 2011
1 parent b98441e commit 2a285ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Mongo_db.php
Expand Up @@ -236,7 +236,7 @@ public function where($wheres, $value = null)
*
* Get the documents where the value of a $field may be something else
*
* @usage : $this->mongo_db->or_where(array( array('foo'=>'bar', 'bar'=>'foo' ))->get('foobar');
* @usage : $this->mongo_db->or_where(array('foo'=>'bar', 'bar'=>'foo'))->get('foobar');
*/

public function or_where($wheres = array())
Expand Down

0 comments on commit 2a285ec

Please sign in to comment.