CodeIgniter Forums
fix modular hmvc with twig - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: fix modular hmvc with twig (/showthread.php?tid=72730)



fix modular hmvc with twig - omarname - 02-01-2019

Hi everyone,
I'm integrating Twig Template library in CI with HMVC. Everything is working fine but not when i load view from module.
I need inherit from a base template in all my templates, and be able to load view from module.

How can I retrieve current module "views" path in the library??