codeigniter+HMVC cross module call controller->method

前端 未结 7 1117
有刺的猬
有刺的猬 2020-12-16 01:32

I am pulling all my hair off... Have been searching every thread, would appreciate if someone can point me to a working example.

Accroding to the doc: https://bitbuc

7条回答
  •  無奈伤痛
    2020-12-16 02:02

    so According to the documentation they says copy the controller in default controller folder and move to modules controller.

    So now how do I run the controller that has been moved to modules when I run its running from the default controller file if removed does not work so how to make it run the controller inside module as a default controller to run.

    So Do I need to mention the modules name too in the route

提交回复
热议问题