php - Overriding Joomla 3.0 components. Possible to override model and controller too? Not just views? -


i understand ability overide core views in joomla using overides, how models , controllers? ability add field core user registration form, joomla pulls fields xml located in models folder. create plugin, creates own section, , need go exclusively in main registration form, creating tiered registration.

my question how title implies, can create component overrides of model , controller files in joomla, rather views?

further, know "could", in event of update want make sure acceptable override solution - not hack subject overwritten.

thanks!!

yes can, used mvc override 1.0.11, joomla 3.x compatible.

in case used override /models component com_tag

structure in template in form: /code/your_component/models/tag.php

above example

and can override correctly. link is: http://gruz.org.ua/en/extensions/joomla-mvc-override/1_0_11.html


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -