views:

219

answers:

7

Hello, I know there has been quite a few comments on this topic.

I have tested quite a few IDE's for PHP, I have liked phpDesigner 7, which is great for PHP... but I like the way Dreamweaver has the live rendered view for quick layouts and design.

It could be done by rendering to the browser and using firebug, but I really like using the dreamweaver option. My fault in dreamweaver is i'm sure a lot of people having the same problem. Intellisense, or Syntax support. You get the basic of 2500 php tags, but I would like it to be more intuitive. such as dynamic variables, perhaps code completion and things of this nature.

I have been searching and testing, many many... is there anything that can compare or take-over the dreamweaver? Or even an extension that makes PHP code much better in DW? I have DWCS4 currently, I hope it gets fixed if they come out with CS5.

A: 

I actually kind of like Eclipse's php support.

Chris J
+1  A: 

Try Aptana Studio, I use it every day as part of my job (even though I have an install of Dreamweaver). It may be difficult to get used to at first and it's built on eclipse so it's not quite as crisp as some other IDE's but I wouldn't turn back now!

One of the major things that interested me was advanced code hinting (including hinting for functions and classes defined in your source code).

Rowan
Aptana, as much as I dislike Eclipse, is the best IDE for web development, hands down.
musicfreak
Yes I have downloaded Aptana today and did some testing with it, the overall feel is great. Just wish it had both spectrums... I know the 1337 use pure code, but when I do my layouts I really prefer the design view in DW. I guess I Will just have to mix using both programs.Why does no one mix the 2 ideas??? so strange to me.
Justin
I do tend to use both. I find dreamweaver's HTML editing a lot nicer than Aptana's but write all of my PHP and Javascript in Aptana. Not ideal, I know, but I have yet to find an IDE that can do *everything*.
Rowan
A: 

NetBeans PHP support is very good.

Ondra Žižka
A: 

I was in the same boat and then I decided to try http://netbeans.org/features/php/. It changed my life. I started it up the first time, and haven't opened DreamWeaver since.

Tyler Smith
A: 

I use Zend Studio 7.1. I've tried Aptana and Netbeans, but I always go back to Studio (I've just become so accustomed to some of Studio's features that I can't live without them). That being said, all 3 are good programs (leaps and bounds better than Dreamweaver), and you should try each one to see what fits best.

Arms
A: 

Microsoft's Expression Web also supports PHP development. I never used it for PHP development so I can't tell what it feels like. There's also one killer feature in Expression Web no matter what kind of web do you develop... SuperPreview.

You can download the trial here.

Miroslav Popovic
Yes I can agree I did try it, and it is the same support for PHP that Dreamweaver has. But Dreamweaver and Expressions are prob the best for dynamic previews and rendered CSS. Plus the benefit of Super Preview... although dreamweaver has a similar option, but with more browsers.In short what is needed, to have DW/MS-Expressions to have proper code-hinting, variable scoping etc etc. I wish someone would do it.
Justin
A: 

Try CS5 actually, it fixes the issues you had with CS4, and it improves the live view a lot.

Virgil