Place helper into global scope
Permalink
Hi
I have a helper which I want access to everywhere, without having to call Loader each time.
How can this be done?
site.php does not work at C5 is not loaded yet and so is unaware from the helpers, is there a bootstrap I can latch onto?
Thanks
I have a helper which I want access to everywhere, without having to call Loader each time.
How can this be done?
site.php does not work at C5 is not loaded yet and so is unaware from the helpers, is there a bootstrap I can latch onto?
Thanks
This would have helped me here too.