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