mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Note for magic quotes change
This commit is contained in:
parent
c64b419f88
commit
5e5b892043
@ -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.
|
* `Object` now has `beforeExtending` and `afterExtending` to inject behaviour around method extension.
|
||||||
`DataObject` also has `beforeUpdateCMSFields` to insert fields between automatic scaffolding and extension
|
`DataObject` also has `beforeUpdateCMSFields` to insert fields between automatic scaffolding and extension
|
||||||
by `updateCMSFields`. See the [DataExtension Reference](/reference/dataextension) for more information.
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user