On Dec 12, 1:20 pm, Comida411 <[EMAIL PROTECTED]> wrote:
>  w\What exactly do i code to set a path to .my cake core in windows xp
> in a lamp environment...?
>
> i always here bakers say set the path to your xxx.. but i don't know
> how to write the correct syntax for setting a path...
>
> Here is the I structure of a windows path statement  for example my
> app folder is located here
>
> C:\Program Files\xampp\htdocs\cake\cake
>
> Here is the code I need to update
>
> define('__ROOT', dirname(dirname(dirname(__FILE__))));
> define('__APP_DIR', basename(dirname(dirname(__FILE__))));
> define('__CAKE_CORE_INCLUDE_PATH', '/path/to/core');
>
>  what doe the final statement of code  look like
>
> Thnak you

You don't need to modify those constants at all, leave them as they
are when you extracted the files from the download.

If that doesn't answer your question: ask your real question ;)

AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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