The main idea what I'm trying to bring to my app is to divide all code by modules (HMVC). So the answer for my question is:
- create new folder (name of my module) in "fuel/modules";
- create new controller which would have the same name as module f…