CodeIgniter Forums
HMVC - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: HMVC (/showthread.php?tid=43647)



HMVC - El Forum - 07-19-2011

[eluser]bralens[/eluser]
I did not find this.
I use codeigniter-modular-extensions-hmvc

and i have 2 issues.
1. how can i use sub directories?

example:
–modules
––admin
–––blog
––––controllers
––––models
––––views
–––gallery
––––controllers
––––models
––––views
––public
–––controllers
–––models
–––views

2. multiple controllers

how can i access the other controller in the same module if first uri segment is the meodule and controller name and second is function in controller.

Or in the module can bee only one controller?

please help :-)


HMVC - El Forum - 07-19-2011

[eluser]bralens[/eluser]
anyone? i realy need answers...


HMVC - El Forum - 07-19-2011

[eluser]Boris Strahija[/eluser]
Read the 3rd example here:
http://philsturgeon.co.uk/blog/2009/07/Create-an-Admin-panel-with-CodeIgniter

It's very easy to setup and works very nicely.


HMVC - El Forum - 07-19-2011

[eluser]bralens[/eluser]
thanks Smile