That's a vintage presentation! :-)
I would not use that method, that I explained in my presentation 12 years ago, anymore.
Nowadays I would create a system plugin,
copy a core Joomla Model or Controller and put that copy in my system plugin,
make the necessary changes in that copy
and load that before Joomla does (so Joomla does use your copy and does not load its own).
Note that future improvements in the Joomla core Model or Controller won't be used.
But updating Joomla won't overwrite your changes.
Another solution is to use
Obix Class Extender https://extensions.joomla.org/extension ... -extender/
for your Model or Controller overrides.
I would not use that method, that I explained in my presentation 12 years ago, anymore.
Nowadays I would create a system plugin,
copy a core Joomla Model or Controller and put that copy in my system plugin,
make the necessary changes in that copy
and load that before Joomla does (so Joomla does use your copy and does not load its own).
Note that future improvements in the Joomla core Model or Controller won't be used.
But updating Joomla won't overwrite your changes.
Another solution is to use
Obix Class Extender https://extensions.joomla.org/extension ... -extender/
for your Model or Controller overrides.
Statistics: Posted by pe7er — Mon Mar 11, 2024 8:15 pm