put "C:\wamp\cake" in you include path either in you php.ini or your
"httpd-vhosts.conf"

eg in php.ini
include_path =
".;d:\php-5.2.6\includes;d:\php-5.2.6\PEAR;C:\wamp\cake;C:\wamp\simpletest"
; windows include path

or in vhosts
php_value include_path
".;d:\php-5.2.6\includes;d:\php-5.2.6\PEAR;C:\wamp\cake;C:\wamp\simpletest"
; windows include path



2008/12/16 Penfold <[email protected]>

>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to