Owen
Owen

Reputation: 7577

PHP Eclipse - importing existing CakePHP projects

I'm trying to import existing Cake 1.2 projects into PHP Eclipse (latest all-in-one download on Galileo build) - I don't think I understand Eclipse properly:

1) I have created Workspace on my web root C:\Program Files\xampp\htdocs 2) I have created new Project C:\Program Files\xampp\htdocs\EclipseCake

... how do I import my existing cake project into my new project (EclipseCake) ?

I tried Configure Include Path -> Project -> Add ... but no file browser appears. I'm obviously misunderstanding this.

Upvotes: 3

Views: 5180

Answers (1)

Young
Young

Reputation: 8356

There's an "Import" in the menu if you right click the new project's name.What you need to do is click it and choose "Filesystem" and click "next" button.You may read this tutorial about eclipse.

Upvotes: 1

Related Questions