Note for magic quotes change

This commit is contained in:
Stephen Shkardoon 2013-05-25 19:58:53 +12:00 committed by Simon Welsh
parent c64b419f88
commit 5e5b892043

View File

@ -458,3 +458,4 @@ you can enable those warnings and future-proof your code already.
* `Object` now has `beforeExtending` and `afterExtending` to inject behaviour around method extension.
`DataObject` also has `beforeUpdateCMSFields` to insert fields between automatic scaffolding and extension
by `updateCMSFields`. See the [DataExtension Reference](/reference/dataextension) for more information.
* Magic quotes is now deprecated. Will trigger user_error on live sites, as well as an error on new installs