you can edit webroot/index.php
and put somewhere up before check:
define('CAKE_CORE_INCLUDE_PATH', 'C:\wamp\cake');
or 'C:\wamp\'On Dec 16, 4:10 pm, Penfold <[email protected]> wrote: > I have developed a Cake application in a folder which holds a RC3 > version of the Cake. > I would like to separate my application and cake to ease upgrading and > use the same Cake Files for multiple projects. > > I currently have cake installed at C:\wamp\www\[projectname] i would > like to have cake in C:\wamp\cake > so i can use bake "cake bake [projectname]" and all projects share the > cake files. > > I know how to do this for all new projects but is there anything i > need to change in my existing project to work with the new setup? --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
