Connecting Tech Pros Worldwide Help | Site Map

IDE

betty
Guest
 
Posts: n/a
#1: Nov 14 '08
Which professional free IDE for PHP is the best to use?
GS
Guest
 
Posts: n/a
#2: Nov 14 '08

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.

=?ISO-8859-1?Q?=22=C1lvaro_G=2E_Vicario=22?=
Guest
 
Posts: n/a
#3: Nov 14 '08

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
--
Erwin Moller
Guest
 
Posts: n/a
#4: Nov 14 '08

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
Michael
Guest
 
Posts: n/a
#5: Nov 15 '08

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
betty
Guest
 
Posts: n/a
#6: Nov 15 '08

re: IDE


I'll for Eclipse.

Thanks e/o!!!
703designs
Guest
 
Posts: n/a
#7: Nov 15 '08

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
larry@portcommodore.com
Guest
 
Posts: n/a
#8: Nov 15 '08

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.
JRough
Guest
 
Posts: n/a
#9: Nov 16 '08

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