Is there anyone who managed to successfully combine these 3 libraries into CI 2.x.x?
If yes, how does his directory structure look like?
I’m going to point some stuff out:
- I need a separate auth module: /modules/auth where the tank_auth will reside
When I need this auth functionality, I should be able to call that module
- as per Template library, I think it would be great if I can have only one Template.php in /system (as in normal CI install using this library)
- in each module, I should have /module/config/template.php and also multiple (when needed) template HTML file themselves in each module (just like in ordinary CI install with Template library)
I think this should be possible to implement. I googled a lot today but… no success. I’ve also posted at stackoverflow.com so if anyone is interested in it, just go to:
and give your answer/advice/opinion there.
Thanks!
