Connecting Tech Pros Worldwide Help | Site Map

IDE

  #1  
Old November 14th, 2008, 07:35 AM
betty
Guest
 
Posts: n/a
Which professional free IDE for PHP is the best to use?
  #2  
Old November 14th, 2008, 08:05 AM
GS
Guest
 
Posts: n/a

re: IDE


"betty" <123betty@gmail.comwrote in message
news:4942c56b-83ad-4ba2-bc36-b15f0083d7ad@a26g2000prf.googlegroups.com...
Quote:
Which professional free IDE for PHP is the best to use?

I'm not sure it's the best, but PSPad has always worked for me for
hand-coding.

  #3  
Old November 14th, 2008, 08:55 AM
=?ISO-8859-1?Q?=22=C1lvaro_G=2E_Vicario=22?=
Guest
 
Posts: n/a

re: IDE


betty escribió:
Quote:
Which professional free IDE for PHP is the best to use?
There's not such thing as "best" IDE for PHP, but if you're looking for
a coding tool with some advanced features these are alternatives you
could consider:

* Eclipse PDT: Eclipse is a quite veteran IDE written in Java with lots
of features. It was created to write Java code but now it has support
for many other languages. PDT is the PHP support for Eclipse.

* NetBeans: It's another IDE written in Java. It's in the same line as
Eclipse (Java IDE evolved) though I think it's not as bloated as
Eclipse. Its PHP support is quite new.

* Komodo Edit: It's the free version of Komodo IDE and it's based in the
Mozilla XUL platform. It's very nice and well thought.

Neither Java nor XUL are particularly fast but, apart from the time they
take to launch, these three editors are quite usable. Apart from this,
there're a lot of PHP-specific editors which are normally simple text
editors with lots of toolbars and some advanced functions.

Also, there's a PHP extension called Xdebug that allows you to generate
debugging info you can read in many IDEs.

It may be obvious but... These are coding aids, don't expect a visual
HTML editor where you can drag and drop controls.


--
-- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programación web: http://bits.demogracia.com
-- Mi web de humor al baño María: http://www.demogracia.com
--
  #4  
Old November 14th, 2008, 09:55 AM
Erwin Moller
Guest
 
Posts: n/a

re: IDE


betty schreef:
Quote:
Which professional free IDE for PHP is the best to use?
Hi, you said free.
I made the mistake to buy Zend Studio 5.5.1 standard edition.
I thought: "Made by Zend: must be very good.", but I was wrong.

It is not worth its money: has multiple bugs, the most annoying is the
buggy 'undo' function that sometimes undoes a whole days work.

But what is best for you?
Hard to say, check this: http://www.phpeditors.com/

Personally, I loved Netbeans (for my Java projects), and they now have a
PHP support too. I didn't check it yet, but if it is anything like their
Java version it must be good. :-)

Regards,
Erwin Moller


--
"There are two ways of constructing a software design: One way is to
make it so simple that there are obviously no deficiencies, and the
other way is to make it so complicated that there are no obvious
deficiencies. The first method is far more difficult."
-- C.A.R. Hoare
  #5  
Old November 15th, 2008, 11:15 AM
Michael
Guest
 
Posts: n/a

re: IDE


On Nov 14, 10:47*am, Erwin Moller
<Since_humans_read_this_I_am_spammed_too_m...@spam yourself.comwrote:
Quote:
betty schreef:
>
Quote:
Which professional free IDE for PHP is the best to use?
>
Hi, you said free.
I made the mistake to buy Zend Studio 5.5.1 standard edition.
I thought: "Made by Zend: must be very good.", but I was wrong.
>
It is not worth its money: has multiple bugs, the most annoying is the
buggy 'undo' function that sometimes undoes a whole days work.
>
But what is best for you?
Hard to say, check this:http://www.phpeditors.com/
>
Personally, I loved Netbeans (for my Java projects), and they now have a
PHP support too. I didn't check it yet, but if it is anything like their
Java version it must be good. :-)
>
Regards,
Erwin Moller
>
--
"There are two ways of constructing a software design: One way is to
make it so simple that there are obviously no deficiencies, and the
other way is to make it so complicated that there are no obvious
deficiencies. The first method is far more difficult."
-- C.A.R. Hoare
Hi!

New version of Netbeans is very cool. And free!

Regards, Michael
  #6  
Old November 15th, 2008, 07:45 PM
betty
Guest
 
Posts: n/a

re: IDE


I'll for Eclipse.

Thanks e/o!!!
  #7  
Old November 15th, 2008, 07:55 PM
703designs
Guest
 
Posts: n/a

re: IDE


On Nov 15, 2:39*pm, betty <123be...@gmail.comwrote:
Quote:
I'll for Eclipse.
>
Thanks e/o!!!
I use Vim for most everything. It's a very good PHP editor.

Thomas
  #8  
Old November 15th, 2008, 10:55 PM
larry@portcommodore.com
Guest
 
Posts: n/a

re: IDE


On Nov 13, 11:34 pm, betty <123be...@gmail.comwrote:
Quote:
Which professional free IDE for PHP is the best to use?
Some that wern't mentioned are Quanta Plus, Bluefish and Screem. I
picked Quanta cause it has a very usable site manager on it and a
somewhat WYSIWYG editor (YMMV), also the text editor in it (Kate) is
probably one of the best, also it integrates Kfilereplace which can do
search/replaces to files project wide. Though Bluefish and Screem had
their good points too.
  #9  
Old November 16th, 2008, 12:05 AM
JRough
Guest
 
Posts: n/a

re: IDE


On Nov 13, 11:34*pm, betty <123be...@gmail.comwrote:
Quote:
Which professional free IDE for PHP is the best to use?
You left off netbeans. It has an IDE and it has been developed for
PHP and it is free open source and it has a debugger.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wing IDE 3.1.5 released Wingware answers 0 November 11th, 2008 10:05 PM
ANN: Wing IDE for Python v. 3.1.4 released Wingware answers 0 September 18th, 2008 05:05 PM
Wing IDE 3.1beta3 released Wingware answers 0 June 27th, 2008 05:22 PM
More Die IDE Die Lloyd Sheen answers 5 November 18th, 2005 03:44 AM
What IDE are you using? typingcat@gmail.com answers 121 October 31st, 2005 08:25 PM