Page 1 of 1

Set HMVC and themes

Posted: Mon Sep 01, 2014 5:55 am
by praveend06
I am new to codeignitor. I have setup HMVC with codeignitor but I am confused how to create setup for themes.

I am planning like
/themes/themename/modulename/template
/themes/themename/modulename/view

If any view file is not found in themes folder it should load from
modules/modulename/view/

these template and view should be managed by administrator(database). Please suggest me any related tutorial to steps to achieve this.