You just want to separate the core from your app folder? Just edit
your app/webroot/index.php, and change the CAKE_CORE_INCLUDE_PATH
define. I currently have
define('CAKE_CORE_INCLUDE_PATH',
'C:'.DS.'Subversion'.DS.'MyProject'.DS.'trunk'.DS.'libs'.DS.'cake_1.2.x.x_branch'
);
when my core cake libs are in
c:\Subversion\MyProject\trunk\libs\cake_1.2.x.x_branch
and my app is in
c:\Subversion\MyProject\trunk\src
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---