And how is Cake to fit in with your existing site? Are you going to move the entire site into a single Cake app (it sounds like it), or is Cake just going to be for some areas / applications? What are your reasons for choosing to do it this way?
You do not have to keep the webroot structure - by default anything that is in webroot is accessible via a direct url, and only if a request does not match a webroot file is it passed to the Cake dispatcher to execute as a controller action. If you do change the folder names you will want to copy the /cake/config/paths.php to /app/ config/paths.php and update the defines in there - so you can continue to use the HtmlHelper. And in general, just get cake set up and working on a small scale first. Once you have a good idea of how it is actually structured, then it will be more obvious how you can modify it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
