You will need to use App::import to make those files available. You can load mvc and vendor code in from anywhere as well by creating some arrays in config/bootstrap.php if your app shares code with others.
See http://book.cakephp.org/view/36/Additional-Class-Paths Jeff On Mon, Nov 9, 2009 at 9:13 AM, jsundquist <[email protected]> wrote: > > I'm seeking some advice. I have three sites that are with in one root > folder that share some css, javascript, and images. I would like to be > able to maintain all three items with in the root vendor folder but I > am not exactly sure on how to go about doing it. Do I just drop each > item into their respected folder instead of in the webroot folder and > they will be found? There isn't much documentation on how this works > with in the cakephp documents so I am hoping someone here might have a > good idea. > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]> > For more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > -~----------~----~----~----~------~----~------~--~--- > > -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. 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=.
