up vote 9 down vote favorite
1
share [g+] share [fb]

Ok, heres one I've been saving for the day SO comes through.

Ive always been a Zend Studio user (PHP developer here, 5 years self taught). Just fairly recently Zend introduced an Eclipse version of Studio which, albeit a lot easier to install I keep hitting walls when it comes to setup, some things are just 20-click retarded (e.g. configuring an SFTP site).

Being I've seen Eclipse in use on a fairly large amount of programming languages, I know im surely missing the point, so. Questions: is it worth it? Are there any nicely written tutorials I can follow?

My dream IDE does highlighting and code completion for PHP, CSS and Javascript, any suggestions? ... For the mac?

Cheers, Thx.

/mp

link|improve this question

feedback

13 Answers

up vote 6 down vote accepted

Aptana can do all of that and is available on any platform (Mac/Linux/PC).

The only thing Zend has on Apatana is pre-integration of PHPUnit and PHPDocs, which are just plugins for Aptana that you have to do yourself. So really you are spending X amount of $ just to not have to install two plugins.

I could be completely wrong though... Check it out and let me know what else I'm missing by not paying $200 for Zend. I'm interested to know...

link|improve this answer
(took me long enough): Eclipse based IDEs did the trick, except for wordwrap which is, uhm, misteriously missing. Aptana stood over Zend6 (Eclipse based)like crazy for stability and easy of install. – mauriciopastrana Oct 18 '08 at 2:34
Yeah, no wordwrap on eclipse yet (it's apparently quite difficult to do wordwrapping combined with the other stuff going on there). They had a summer project trying to get wordwrap working in 2006. There is an alpha here: ahtik.com/blog/2006/06/18/… – RodeoClown Nov 3 '08 at 1:20
Zend Debugger Toolbar... not possible with Aptana/Eclipse!? – markus Dec 9 '08 at 18:39
feedback

I tried Zend Studio, Eclipse PDT + Aptana but then I tried NetBeans for PHP and as a PHP IDE I find it miles away better from Eclipse.


highlighting and code completion:

PHP yes

CSS yes

HTML yes

JavaScript yes


XDebug integration yes

Subversion integration yes


FREE yes

OS all

link|improve this answer
feedback

I have to dis-agree with the crowd that pushes Aptana or Zend Studio. I want to love them both, both have great things going for them, but both are sadly unstable and you waste more time messing the IDE then doing any work at all. I find it hard to believe that Zend can charge the insane cost they do and release such a poorly working product. There documentation, FAQ, and forums are worthless for help as well. For now I will still e-texteditor, and notepad++, hell I might move back to Dreamweaver, at least it's remote file editing just works!

link|improve this answer
I agree, I've given up on PHP IDE's because none of them are stable enough. – Josiah Jan 7 '10 at 1:32
Yeah I have given up on ZendStudio. I loved 5.5 butnow its just a mess of bugs ans slowness. Sad really I loved there products. – Iznogood Aug 3 '10 at 16:39
feedback

Eclipse PDT works just fine for me which is what Zend Studio for Eclipse is built upon. If I remember correctly, Zend Studio just adds in some of the Zend debugging options that you can use with ZendCore/Zend Platform.

If all you want is code hinting/completion and syntax highlighting, Eclipse PDT will do all of that for you. Download it (and Java if you don't already have it, Eclipse is a Java-based program) and run it. No real tutorials needed.

link|improve this answer
feedback

I was involved in the Zend Neon Alpha/Beta testing so I got to watch it evolve from beginnings to where it is today. I'm honestly not convinced that the move to the Eclipse Platform was a good direction for the IDE to take. Even with the final release of Neon, I'm still using Zend Studio 5.5. I love Zend Studio 5.5 and I'm going to be deeply saddened when the time comes where Zend will stop supporting it in favor of the Eclipse version.

Your Zend Studio license should allow you to still get your hands on Zend Studio 5.5. There's absolutely nothing wrong with that version and the Eclipse version doesn't offer easy alternatives or advantages to its core functionality. The Eclipse model of programming just doesn't suit most PHP developers that I know so it's really hard to get into managing your work in the "Eclipse way" of doing things. You can't really make Eclipse bend to the old Zend Studio model of doing things, either.

If you have an active Zend Studio license, I highly recommend sticking with 5.5.

link|improve this answer
feedback

I agree with 'Jeremy Privett' that Zend Studio 5.5 is really nice. It is simple to configure and works well. I like the fact that it is ONLY a PHP IDE. A slightly minimal IDE if that makes sense.

I find all the Eclipse based IDEs off-putting. The self-update system never seems to work quite right, although Aptana seems to be the best of the Eclipse based IDEs for PHP.

I have been having GREAT success with Netbeans for PHP 6.5 (RC2). It is only 24MB download. Really quick, simple, free, great SVN support etc.

A breath of fresh air compared to Eclipse based IDEs.

To answer your original question it does everything you need, and on a Mac.

link|improve this answer
feedback

I tend to use a good text editor rather than an IDE for most things and try as I might I can't find the reason Eclipse is so highly rated at all.

Have you considered using a decent programmers editor with built in ftp at all? lots of them either include ftp or make it criminally easy to integrate external tools.

It's not a solution for everyone but if you find Eclipse isn't for you then a modern programmers editor slots in the middle between a traditional setup of vi/emacs/whatever and a full blown IDE.

EDIT:

There are some really clever people on here who vote things down they don't agree with even though they are valid opinions, you know who you are :p

EDIT AGAIN:

Which fool marks somebody down for offering a solution?

My dream IDE does highlighting and code completion for PHP, CSS and Javascript, any suggestions? ... For the mac?

Yes, try and use a decent programmers editor and see if you really need a full blown ide.

link|improve this answer
feedback

If you use Zend Framework, Zend Studio has some cool new integration features for it (of course..). Also the "rename/move" refactoring tools in ZS actually work right, which I wasn't able to get working in Eclipse PDT. I personally like the direction that Zend is going with all their tools working together - though there is still a long way to go.

link|improve this answer
1  
For what its worth NetBeans 6.9 has support for zend framework thru zend tools. Works great for me! – Iznogood Jun 21 '10 at 19:32
feedback

Moved from ZS7 to Aptana. Haven't looked back.

Also, in Aptana, I can develop in many languages. ZS? Just the one.

link|improve this answer
feedback

i also blamed the zend studio new version and love the 5.5 old one. But recently i tried Netbeans 6.8, its awesome: great svn integration, javascript and css helpers, xdebug integration....

and its free!

link|improve this answer
feedback

I suggest you to use Netbeans for PHP. I used to use Aptana but I recently switched to Netbeans, faster than Aptana.

link|improve this answer
feedback

Net beans ins't bad and it comes with build in support for symfony and Doctrine. My experience shows that is just as fast as Eclipse with PDT or the difference in performance is negligible.

I currently use Eclipse for larger scale projects, especially when you are developing with a PHP framework, which you aren't too familiar with. If I have to do some quick fixes or just need to edit single files I would use TextMate, but that is far from an IDE.

When I do front-end development, I pick Espresso as my editor of choice for dealing with CSS, as it has an awesome Live Preview feature (just like when you edit CSS with firebug) and also supports css3 properties. Javascript and HTML I do not need autocompletion for. TextMate with the HTML and jQuery bundles is great for creating templates.

Anyways, before you choose, give several IDEs a try and within a couple of weeks you should be feeling confortable with your choice. Good Luck!

link|improve this answer
feedback

Why not use Zend Studio then install the Aptana Studio 3 Eclipse plugin? http://download.aptana.com/studio3/plugin/install

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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