I'm building a website using CI, HMVC and Smarty. It's my first time using HMVC and I don't understand how I can use common libraries within the modules.
I prefer using Smarty on my sites and usually it's a piece of cake: I create a wrapper for smarty, autoload it and use it in controllers where necessary. But now I need to use smarty within the module controller and I don't know how to access it. Any ideas how I can do that?
I've been researching the issue for a couple of days, with no luck.
There are some answers which I just don't get: like this one
EDIT: CI 2.1.0, HMVC 5.4, Smarty 3.1.6 (but this is irrelevant)