mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
commit
4d4c651b50
@ -289,7 +289,7 @@ start with S, who has logged in since 1/1/2011.
|
|||||||
|
|
||||||
:::php
|
:::php
|
||||||
$members = Member::get()->filter(array(
|
$members = Member::get()->filter(array(
|
||||||
'FirstName:StartsWith:not' => 'S'
|
'FirstName:StartsWith:not' => 'S',
|
||||||
'LastVisited:GreaterThan' => '2011-01-01'
|
'LastVisited:GreaterThan' => '2011-01-01'
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user