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
T


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