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:

  1. CodeIgniter 1.7 released
  2. Setting up a CodeIgniter project in SVN
  3. Create your own link shortening site

3 Responses to “Modules in Code Igniter (HMVC)”

  1. Matt says:

    Love you duellsy.

    This is good stuff!

  2. Ihab Arnous says:

    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

  3. Chris Duell says:

    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

Leave a Reply

Back to Top