Merge pull request #3619 from phillprice/patch-5

Filter heading being processed as part of code
This commit is contained in:
Loz Calver 2014-11-10 12:53:05 +00:00
commit ac4b2fff41

View File

@ -138,7 +138,7 @@ You can also sort randomly
:::php :::php
$member = Member::get()->sort('RAND()') $member = Member::get()->sort('RAND()')
### Filter ### Filter
As you might expect, the `filter()` method filters the list of objects that gets As you might expect, the `filter()` method filters the list of objects that gets