Re: How to specify components in a subfolder

2007-10-14 Thread Steve Boyd
I'd say for the sake of simplicity you might as well just combined all your components into a single file since I'm guessing if you are using 1 you'll end up using most of the others. Since you're only including 1 file instead of several small files chances are it'll actually run slightly faster

Re: How to specify components in a subfolder

2007-10-14 Thread nate
Nope. On Oct 14, 7:40 am, zonium <[EMAIL PROTECTED]> wrote: > I've used $components = array ('ComponentA, ComponentB, ComponentC, > ComponentD, ComponentE, ComponentF') to tell the controller that I > need the ComponentA, B, C, D, E and F". > > Now I want to move these components into a folder n