Update 14_PHP_Coding_Conventions.md

This commit is contained in:
Andrew Aitken-Fincham 2020-11-10 11:35:13 +13:00 committed by GitHub
parent 924d0ccb9e
commit 1e87528fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,6 @@ MyClass::get()->where("\"Title\" = 'my title'");
Use [ANSI SQL](http://en.wikipedia.org/wiki/SQL#Standardization) format where possible.
## Secure Development
See [security](/developer_guides/security) for conventions related to handing security permissions.