Welcome Guest, Not a member yet? Register   Sign In
HMVC: Can't load default index method
#1

[eluser]Le Bang[/eluser]
I have just setup CI Modular Extensions - HMVC.

it's great!!

But i saw a problem following:

I create two modules.

contact_mod to place at application/controllers/contact_mod.php

product_mod to place at application/modules/product/product_mod.php

when i test it:

Modules::run('contact_mod/data') => call data method => work great!

Modules::run('contact_mod') => call index method (default by CI) => work great!!

Modules::run('product/product_mod/data') => call data method => work great!

but i call:

Modules::run('product/product_mod') => call index method (default by CI) => Not working.

Please help me.


Messages In This Thread
HMVC: Can't load default index method - by El Forum - 12-25-2010, 11:47 PM
HMVC: Can't load default index method - by El Forum - 12-26-2010, 09:41 AM
HMVC: Can't load default index method - by El Forum - 12-27-2010, 08:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB