EDIT: Kohana 2.3.4
Is the proper way to make a few variables available to all my controllers to add a MY_Controller.php
file in my /application/libraries/
folder (shown in the docs here)?
Are there any better ways to do it, or is this the only recommended method?
Being new to OOP, can you link me to any examples?
EDIT 2:
I've heard the right answer is to add the vars to your $config[], trying to get more details.