I have a fundamental confusion over how to bring together CakePHP and Eclipse. I'm working off the definitive article http://bakery.cakephp.org/articles/view/setting-up-eclipse-to-work-with-cake .
(1) 'I follow the Cake convention of storing all my CakePHP projects in the Cake root directory (making a copy of /app, renaming it, and changing the constant APP_DIR in /app/webroot/index.php to the name of my directory). You should probably follow this convention as well.' ...So instead of pointing cake to /app, you point it to / appasdflkajsdf. What's the point of this? (2) ' 1. File > New > PHP Project. 2. In the Project name field, type 'Cake', or something similar. 3. In Project contents, uncheck use default, and add (C:\\xampp\ \htdocs\\cake\\cake).' There's already a /cake/cake. Does the author mean to use the Import feature? (3) Say that one way or another, I've included cake core. Now the current project seems unusable to me, because any files I create are within the new project's directory and not in the MVC directories found in /app. To put it another way, the blog tutorial page dedicated to making the model (http://book.cakephp.org/view/334/create-a-post- model) tells me to save new files to /app/model. I can't do that because files are being saved by Eclipse to the project directory! Followup questions may occur as necessary. Thanks for your help! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
