vote up -3 vote down star

hi,

we are looking at moving our web development from a .net platform onto linux and php (mainly due to cost issues)

what are people using as their IDE to write php in, how do you go about debugging (i've only written php in text editors before and struggled stepping through etc), are we better of writing on a Linux or a windows platform?

Just after a general overview of what people are using

Cheers Luke

flag

3  
ho, this is such a manyfold duplicate. ever heard of 'search' ;) – tharkun Jul 16 at 13:35
1  
duplicates: stackoverflow.com/questions/268606/… stackoverflow.com/questions/116292/… stackoverflow.com/questions/170129/… stackoverflow.com/questions/365676/… – tharkun Jul 16 at 13:36
more: stackoverflow.com/questions/6166/… – tharkun Jul 16 at 13:37
and check the related list on the right. – tharkun Jul 16 at 13:38

9 Answers

vote up 0 vote down check

I use eclipse. It's very solid and has loads of plugins.

You can use XDebug with eclipse and Apache. Can be a bit of a pain to get up and running, but works really well and is free.

Re: windows or linux. Its an opinion but I'd say linux. You can work on either. IIS now has pretty good support for PHP, and you can if you want try to get PHP talking to ms sql, but I didn't get that right yet. PHP and MySql work really easily and well on linux

link|flag
vote up 0 vote down

Id make the break - go with Eclipse - its what I did and moving from .NET to PHP/Eclipse wasnt easy but worth it. I can't say that the latest Eclipse is bug free but its getting better. I also had to take over an existing PHP website and implement remote debuggin which wasn't easy the first time.... This was helpful Eclipse remote debugging

link|flag
vote up 0 vote down

My recommended IDE for .Net developer's moving to PHP: Visual Studio. See my answer to this question for details.

link|flag
vote up 0 vote down

Here are a couple of IDEs that are maybe worth considering:

I personally use TortoiseSVN/TortoiseGit for version control, ExpanDrive to safely mount external directories and a "simple" editor like UltraEdit on a Windows box. However this maybe is not the best solution for mid size or larger projects.

link|flag
vote up 0 vote down

This Q might be useful:

http://stackoverflow.com/questions/369366/good-lamp-books-for-asp-net-developer

link|flag
vote up 1 vote down

NetBeans for PHP is very good.

link|flag
vote up 0 vote down

I recently made a similar transition as well for one project, I ended up using the Eclipse Galileo release as it has good support for PHP and XHTML/CSS/Javascript.

I couldn't get XDebug to work properly with Eclipse, but Zend Debugger and Server combination worked like a charm. I'd recommend Eclipse + Zend

link|flag
vote up 0 vote down

Previously I've used eclipse and also Komodo.

Now I'm using gvim.

link|flag
vote up 0 vote down

I use geany/gedit. Back in the day when I was on windows I used EmEditor. Honestly, it's not that bad. I feel a lot more productive than I would be in a heavyweight IDE.

I like to say that text editors keep me honest.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.