PDA

Click to See Complete Forum and Search --> : Php Ide?


sail3005
Nov 3rd, 2001, 03:16 PM
Are there any good php IDE's?

Preferably with syntax coding type stuff. Like interdev, except it doesn't need the WYSIWYG stuff.

thanks

sail3005
Nov 4th, 2001, 09:26 AM
anyone? does everyone just use notepad?

scoutt
Nov 4th, 2001, 01:44 PM
yes I use notepad, or ConText which is a notepad program but has color coding.

there is one called php coder, I used it once but never used it a couple of times. never really got into it. also hooks up to apache so you can see the results in you browser.

sail3005
Nov 4th, 2001, 03:32 PM
wow, sounds cool. i'll look into it.

sail3005
Nov 4th, 2001, 03:35 PM
here is the link, i found it, for anyone interested: http://www.phpide.de/

da_silvy
Nov 4th, 2001, 10:06 PM
I use wordpad or notepage

Wordpad has beter tab spacing ;)

JoshT
Nov 5th, 2001, 10:57 AM
ActiveState's Komodo color codes it and can debug (haven't tried getting that to work yet). Also, Allaire Homesite (now Macromedia Homesite, I think) will at least color code PHP.

sail3005
Nov 5th, 2001, 03:18 PM
do you know if either of those, or any php IDE has code insight?

da_silvy
Nov 5th, 2001, 11:02 PM
like VB?

nope

sail3005
Nov 5th, 2001, 11:08 PM
grrrr....

Code insight is my favorite thing in the world. Hmmmm...*gets idea for app* :)

da_silvy
Nov 5th, 2001, 11:14 PM
you will get used to the names of the functions soon enough ;)

JoshT
Nov 6th, 2001, 06:36 AM
Homesite has code insight for HTML, but not PHP.

Komodo I'm not sure as I don't have PHP installed on my workstation, just my test server. It has weird code insight for Perl -- it only has insight into functions you already type in -- like if you have XML DOM object $xml, you maunally type $xml->getElementsByTagName, then the next time you type $xml->, the code insight kicks in with just that one function.

sail3005
Nov 6th, 2001, 03:45 PM
I am starting to like the PHP coder a lot, and it has a cool preview thing. i guess i can live without code insight for a while, and just stick with good ole' memorization :)

da_silvy
Nov 7th, 2001, 02:18 AM
I miss the insight in C++ :rolleyes:

Although it does have a neat one for the API

sail3005
Nov 7th, 2001, 03:16 PM
vc++ has insight, so does borland.

da_silvy
Nov 8th, 2001, 12:58 AM
kk

hmmph