Using Ion Auth as a separate module in the HMVC structure

前端 未结 6 1339
日久生厌
日久生厌 2020-12-14 13:09

I am interested in using ion auth for a project of mine which is running on the HMVC pattern. The application is written in Codeigniter.

The problem I face is once t

6条回答
  •  暖寄归人
    2020-12-14 13:39

    The solutions given by @ciuser and @Dash worked for me but auto loading the ion_auth does not because to the language files. So I kept the language folder content in the application/language folder and rest as a module which works like a charm.

提交回复
热议问题