Eclipse and Apache Integration

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Skazi
Forum Newbie
Posts: 1
Joined: Thu Aug 27, 2009 11:02 am
Location: Minneapolis, MN

Eclipse and Apache Integration

Post by Skazi »

I'm an experienced Java programmer just starting with PHP, so I installed the PDT All-in-one version of Eclipse to get started.

How do people usually integrate Eclipse and Apache to compose the PHP pages and have Apache serve them from 1 place?

Seems like most of the hits I found searching set the Eclipse workspace to the Apache document root, but that would clutter the doc root with project artifacts, I would think.

I'm used to J2EE developement, where the project is published/deployed to the J2EE server when running or debugging. Is there a way to do that with PDT/Eclipse?

Thanks
Post Reply