Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » Create PHP Sub-Projects in a PHP Project?
Create PHP Sub-Projects in a PHP Project? [message #495984] Fri, 06 November 2009 16:44 Go to next message
Eclipse UserFriend
Is there a way to create multiple PHP Sub-Projects within a PHP Project?

Thanks

Jeff in Seattle
Re: Create PHP Sub-Projects in a PHP Project? [message #496019 is a reply to message #495984] Sat, 07 November 2009 02:01 Go to previous messageGo to next message
Eclipse UserFriend
I'm not sure what you mean by Sub-Project.
Re: Create PHP Sub-Projects in a PHP Project? [message #496060 is a reply to message #495984] Sat, 07 November 2009 13:08 Go to previous messageGo to next message
Eclipse UserFriend
You can create a project and then create another one adding a reference to the first one (using the PHP Include Path).
Re: Create PHP Sub-Projects in a PHP Project? [message #496077 is a reply to message #496060] Sat, 07 November 2009 22:14 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for the reply, but where is PHP Include Path during the creation of a new PHP project.

I am using the latest version of Galileo.

Jeff in Seattle
Re: Create PHP Sub-Projects in a PHP Project? [message #496108 is a reply to message #496077] Sun, 08 November 2009 12:15 Go to previous messageGo to next message
Eclipse UserFriend
In the second step of the new project wizard you can specify the PHP Include path (allows you to add references to other projects / libraries).

See the image below.

http://imgur.com/82q3H.png

If you can't see the image try this link: http://imgur.com/82q3H.png

Re: Create PHP Sub-Projects in a PHP Project? [message #496114 is a reply to message #496108] Sun, 08 November 2009 12:47 Go to previous message
Eclipse UserFriend
Thanks for the reply.

In your reply, which do you consider the project and the sub-project. Is it...

  1. The initial PHP project the parent-Project, and is new PHP Project requesting PHP Include Path the sub-Project ?
  2. Or the other way around, The initial PHP project the sub-Project, and is new PHP Project requesting PHP Include Path the parent-Project ?


Following your steps, I seem to be having a problem, whereby the PHP Project requesting a PHP Include Path throws an error.

I created two new PHP projects Foo and Bar as follows:

  1. Created a new PHP project Foo
  2. In New PHP Project panel, selected Finished button.
  3. Created a new PHP project Bar
  4. In New PHP Project panel, selected Next > button
  5. In PHP Include Path panel, selected Projects tab
  6. In Projects tab, selected Add... button
  7. In Required Project Selection panel, checked project Foo
  8. In Required Project Selection panel, selected OK button
  9. In PHP Include Path panel, selected Finished button
  10. Then the following error dialog appeared...

http://imgur.com/0Jdpz.png

By the way, thanks for the help.

[Updated on: Sun, 08 November 2009 12:48] by Moderator

Previous Topic:using phpDocumentor in Eclipse PDT
Next Topic:Code folding doesn't work for me
Goto Forum:
  


Current Time: Tue Jul 08 00:21:36 EDT 2025

Powered by FUDForum. Page generated in 0.27081 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top