Modules in Code Igniter (HMVC)
Threw this on ShopTank tonight for Matt, looks very impressive. A way to create and load modules in code igniter… can’t be bothered explaining it, the details on their info page do a good job of it. Stupidly easy to install and get going, just add the libaries to your installation and you’re away. Might [...]
Threw this on ShopTank tonight for Matt, looks very impressive. A way to create and load modules in code igniter… can’t be bothered explaining it, the details on their info page do a good job of it. Stupidly easy to install and get going, just add the libaries to your installation and you’re away.
Might write something up another day on integrating this into a template manager (ala subooa.com)
http://codeigniter.com/wiki/Modular_Extensions_-_HMVC/
Related posts:
Love you duellsy.
This is good stuff!
Very nice indeed, great work.
I am wondering what is the best practice to use HMVC modular extensions with dx_auth authentication library.
I placed the c/m/v of dx_auth in a module auth and kept the core library of dx_auth in the app/library seems to show all views of auth but not logging me in tested out the session also empty no records added to ci_sessions table
Please Advice
Hmmm I’m not too sure about that, I’ve never used the dx_auth library. Perhaps just install it the way you normally would (i.e., not using the HMVC method) it should still pick it up