mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3619 from phillprice/patch-5
Filter heading being processed as part of code
This commit is contained in:
commit
ac4b2fff41
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user