This is a (multiple allowed):
[x] feature-discussion (RFC)
CakePHP Version: 3.3.3
It would be nice, if I can load Helpers in the AppView via the helpers property, similar to loading components in the AppController via the components property.
I think we're moving away from magic properties.
You can load those with loadHelper() afair, you can setup a loop in initialize() if you want to walk arrays.
I agree, it is easily possible to provide this in user or plugin land code if desired.
The Shim plugin does similar bc approaches for other things like this.
Most helpful comment
I think we're moving away from magic properties.