Set HMVC and themes

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
praveend06
Forum Newbie
Posts: 3
Joined: Fri Jul 16, 2010 7:49 am
Location: Bhopal
Contact:

Set HMVC and themes

Post 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.
Post Reply