Re: [PHP] PHP cross platform IDE

2004-12-14 Thread Greg Donald
On Tue, 14 Dec 2004 22:17:57 +0100, Daniel Schierbeck [EMAIL PROTECTED] wrote: And hey, Eclipse is free! So is vim. PHP explodes right on the screen for me, an IDE is so not required. -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General

Re: [PHP] PHP cross platform IDE

2004-12-14 Thread Rory Browne
I use kdevelop. I'm not sure how cross-platform it is, since I've never tried to get it working on a non-linux machine, but it should run anywhere KDE will run. I'm not sure what you'd need to do to get it running on Windows. Vim is a text editor, albeit a very good one, but Not an IDE, even

Re: [PHP] PHP cross platform IDE

2004-12-14 Thread Daniel Schierbeck
Craig Slusher wrote: ... Another alternative is to use Eclipse IDE with the PHPEclipse.de plugin. I've messed around with it a little bit and it's not too bad. Yeah, I'd go with Eclipse. It also integrates with CVS WebDAV (and FTP!), and have some cool features. I've tried off Zend Studio, but I

Re: [PHP] PHP cross platform IDE

2004-12-14 Thread Chris Boget
A bit off topic, what are people out there using for PHP IDE's? Thought not specifically a PHP IDE, I use Visual Slick Edit (which is cross platform). It's probably the best IDE I've come across to date. thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] PHP cross platform IDE

2004-12-14 Thread Bryan Dina
I have done a little checking and I think I already know the answer, but I wanted to toss this one out there anyway. Are there any cross platform IDE's available for PHP v.5 development, specifically I am looking for Linux/Mac. A bit off topic, what are people out there using for PHP IDE's?

Re: [PHP] PHP cross platform IDE

2004-12-14 Thread Richard Lynch
Bryan Dina wrote: A bit off topic, what are people out there using for PHP IDE's? vi :-) Zend Studio and Komodo have been recommended to me in the past by people I trust. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP cross platform IDE

2004-12-13 Thread Craig Slusher
I don't think that there is a _great_ PHP IDE out there. For the most part I will use Gvim, JEdit, or some other programmer's editor like these. However, when I'm at work, we use Zend Studio to do all development. It's nice because it integrates with CVS, has code completion, debugging, etc., but