Commit 0bdbd7c
authored
Update fetching.md
The proposed changes make reference to 3 methods found in system/ee/ExpressionEngine/Service/Model/Query/Builder.php: filterGroup(), orFilterGroup(), and endFilterGroup() which have not been documented.
I stumbled upon these working on a small plugin and wanted to find a more advanced/complex method using the Model service than having to write a Query directly.
A basic example also provided for its usage.
Small change also made to remove a reference to "group_id" on a Member model example just to keep it consistent with the new Role based system.1 parent ae57472 commit 0bdbd7c
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
50 | 60 | | |
51 | 61 | | |
52 | 62 | | |
| |||
0 commit comments