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 named ABCDE (inside
the standard 'components' folder) because these components are
functionally related, and are only needed by one controller.

Since these components are not used by any other controllers in the
application,
use of $componentPaths in bootstrap.php might not be a good idea.

Any other ways I can specify the path to these components in the
controller?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to