silverstripe-framework/docs/en
Matthew Hailwood b044fefc91 Difference between a single array call vs multiple calls to exclude
This table should best summarise the difference - 1 = row is visible, 0 = row is excluded

| Name | SELECT * FROM Player WHERE (FirstName != 'A' OR LastName != 'B') | SELECT * FROM Player WHERE FirstName != 'A' AND LastName != 'B' |
| A B | 0 | 0 |
| A C | 1 | 0 |
2017-10-03 16:28:08 +13:00
..
_images MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
00_Getting_Started Updated Minimum Default PHP Version 2017-09-22 17:33:35 +12:00
01_Tutorials BUG Fix doclink (#5827) 2016-07-20 10:12:42 +01:00
02_Developer_Guides Difference between a single array call vs multiple calls to exclude 2017-10-03 16:28:08 +13:00
03_Upgrading Merge remote-tracking branch 'origin/3.1' into 3.2 2016-01-19 14:00:19 +13:00
04_Changelogs Merge branch '3.6' into 3 2017-09-28 17:17:19 +01:00
05_Contributing Future proofing api link 2017-06-19 07:09:41 +09:30
index.md DOCS 3.2 : fixing api: links now that api: tag parser working 2016-02-17 18:02:38 -07:00