PDA

View Full Version : PHP IDEs


Tyler
June 21st, 2007, 21:52
I've been using jEdit for a long time now. Couldn't be happier with it either. But there comes a point when a text editor can only do so much. I've come to realize that I'm ready for an IDE.

I searched around for quite a bit. I wasn't ready to spend $300 on something, so that narrowed down my choices drastically. I narrowed it down to Zend (I could get a nice discount because of a friend) and PHP Designer 2007.

I tried PHP Designer first, since Zend's site downloaded at <10 KB/S. I loved PHP Designer, there were a few quirks that I didn't like, including their upgrade policy and a few issues with the software itself. But I loved it, it certainly made coding easier.

Zend, was an entirely different story. I didn't see what warranted me to spend over 3x as much of what I would on PHP Designer. As soon as I load it up, the code window is tiny with all that crap they stick around it. I couldn't get the onclick function help to work correctly. Autocomplete was terribly slow, and even coding wasn't as pleasant when the builtin functions kicked in. The syntax highlighting was also unique to Zend. Everything I used previously used a different color scheme entirely. The builtin browser was a nice feature, and would certainly come in handy. I really wanted to love Zend, I really did. I know most professionals use it, and with that nice discount, I really wanted to purchase it, but I couldn't find a reason to...

Currently I am using PHP Designer and still trying to get use to it. I'll be using the trial until it expires, and most likely will be purchasing it.

So what do y'all use for coding? If you haven't used an IDE before, try it, I think you'll like the experience. :)

chaos
June 21st, 2007, 22:48
Does Dreamweaver 8 count? :lol: It seems to work pretty well with PHP, although it certainly isn't as good as a dedicated editor. The best I can say is good luck!

inimino
June 21st, 2007, 23:19
I've been using jEdit for a long time now. Couldn't be happier with it either. But there comes a point when a text editor can only do so much. I've come to realize that I'm ready for an IDE.

jEdit looks pretty powerful, although I haven't used it. What was it that made you want to try something different?

BennyP
June 21st, 2007, 23:36
I know you said you didn't like Zend Studio, it took me a couple of weeks to switch from notepad, but i couldn't live without it now! You could try eclipse (http://www.eclipse.org/), it has a PHP plugin (http://sourceforge.net/projects/phpeclipse/).

Tyler
June 22nd, 2007, 00:01
Does Dreamweaver 8 count? :lol: It seems to work pretty well with PHP, although it certainly isn't as good as a dedicated editor. The best I can say is good luck!

I've never used DW before for PHP, but I can imagine it's pretty good. Thanks :)

jEdit looks pretty powerful, although I haven't used it. What was it that made you want to try something different?

jEdit is a phenomenal text editor. I in fact used it today with it's fantastic mass replace, you can replace an entire directory...fantastic.

There are quite a few things that made me want to try an IDE. Being able to see the different functions, variables available in a class instantly is a huge plus for me. The auto-completion is fantastic, it does pretty much everything imaginable. Project explorer cuts a lot of my time in half from navigating through a ton of folders, and manually updating SVN now too.

I know you said you didn't like Zend Studio, it took me a couple of weeks to switch from notepad, but i couldn't live without it now! You could try eclipse (http://www.eclipse.org/), it has a PHP plugin (http://sourceforge.net/projects/phpeclipse/).

I think there may be a transitional period for Zend Studio, and I'm not sure if I'm up for it. The discount I could get expires very soon, so I would have to make my decision ASAP, which if I'm iffy at first, I would want to devote a lot of my time before I buy anything, especially something I use every day and is a lot of money from my previous-free editors.

I've tried Eclipse awhile ago, and just wasn't fond of it. It was a huge application that took forever to start up. There were a few issues with it too, but I can't remember what they were. :(

Gerrit
June 22nd, 2007, 02:24
I use Rapid PHP (http://www.blumentals.net/rapidphp/) - not only for PHP but also for HTML and CSS. I love it :)