1

I have a project to do in PHP (5) and I want to use netBeans (6.8) as the IDE (Linux). But after a little search I found out that netBeans doesn't have apache2 server.

In that case:

  1. Can I use netBeans as my IDE for PHP development? If yes, I would be thankful if you can provide some examples.

  2. If not, what are the other alternatives? Please provide some links.

3 Answers 3

1

Working with PHP, Apache, and NetBeans

Sign up to request clarification or add additional context in comments.

1 Comment

this is a more detailed explanation : blogs.sun.com/jonasdias/entry/xampp_with_netbeans
1

I think you'd really like http://www.jetbrains.com/phpstorm/ based on what you're describing you want to do.

Comments

0

Yes, I have Zend Server installed as my Server, but use Netbeans for the majority of my development. the IDE does not necessarily also have to be the server.

You could use Zend Server, or depending on your environment, any other LAMP or WAMP stack. Just point netbeans to your server root.

1 Comment

Certainly NB can be used like this, and indeed, it's quite nice to have the server be independent of your IDE. You can even use NB to develop and debug on a remote server, if that's the environment. As an aside, note that the latest version of NB is 6.9.x which incorporates quite a few enhancements related to PHP over 6.8.x. My whole team switched to NB when we moved from Windows to Mac development stations, and we're quite happy.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.