Installing Models with a Package
Permalink
I'm having some problems installing models I've defined during a package installation. I've looked through the concrete/controllers/install.php and can't seem to find where the models are actually being installed (just where they are loaded).
Any guidance would be appreciated.
Any guidance would be appreciated.
Loader::model('widget_details', 'widgets');
the second parameter is the package handle and needs to be there since it designates a folder outside of the root concrete5 concrete/models or siteroot/models directory