0

If I'm planning to use HMVC, should I put libraries that I think each application may use in /system/libraries?

hairynuggets
  • 3,191
  • 22
  • 55
  • 90
StackOverflowNewbie
  • 39,403
  • 111
  • 277
  • 441

1 Answers1

0

Try Sparks' way:

/application
/sparks
/system

http://getsparks.org/

patwork
  • 150
  • 4
  • What if I didn't want to use Sparks? The libraries in question are going to be built by me. I'm pretty sure that they'll be useful to the various application within the HMVC application. I think it should go in /system/libraries/ -- but this could cause problems later on when upgrading, etc. – StackOverflowNewbie Nov 06 '11 at 11:43
  • Then, easiest way is to use "third_party" in /application folder. Read about Application "Packages" in http://codeigniter.com/user_guide/libraries/loader.html – patwork Nov 06 '11 at 12:05