silverstripe-framework/docs/en/02_Developer_Guides
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
..
01_Templates DOCS Swap legacy code block syntax for GFM 2017-02-27 16:54:43 +13:00
02_Controllers Merge 3.2 into 3.3 2016-04-26 00:17:09 +01:00
03_Forms Updated location of custom field templates 2016-12-16 10:40:01 +13:00
04_Configuration DOCS 3.2 : fixing api: links now that api: tag parser working 2016-02-17 18:02:38 -07:00
05_Extending DOCS Non-extendable classes 2016-10-13 09:39:46 -07:00
06_Testing remove info div to fix formatting 2017-07-04 12:50:57 +01:00
07_Debugging DOCS Fix broken markdown rendering in 03_Template_debugging.md 2017-05-08 17:40:02 +12:00
08_Performance DOCS Clarify nested cache block restrictions 2016-10-13 14:52:41 -07:00
09_Security Merge 3.2 into 3.3 2016-04-26 00:17:09 +01:00
10_Email Merge branch '3.4' into 3 2016-10-27 16:16:04 +01:00
11_Integration Update to 00_CSV_Import.md 2017-05-31 09:05:05 -06:00
12_Search DOCS incorrect method referenced 2016-05-24 13:25:02 +12:00
13_i18n Fixing language typo in docs 2017-06-13 05:37:07 +09:30
14_Files NEW Allow the paddedresize to take another hex value to specify a transparency on the padded color 2016-06-05 00:05:37 +01:00
15_Customising_the_Admin_Interface Remove RHS heading delimiters 2016-12-09 11:20:14 +13:00
16_Execution_Pipeline DOCS 3.2 : fixing api: links now that api: tag parser working 2016-02-17 18:02:38 -07:00
17_CLI Rewrite and tidy up of performance section 2014-12-17 15:48:58 +13:00
18_Cookies_And_Sessions Added cookie_secure configuration directive 2015-09-17 15:53:58 +08:00
00_Model Difference between a single array call vs multiple calls to exclude 2017-10-03 16:28:08 +13:00
index.md Add introduction files to each of the sections 2014-12-17 15:48:54 +13:00