PHP editors

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pinehead18
Forum Contributor
Posts: 329
Joined: Thu Jul 31, 2003 9:20 pm

PHP editors

Post by pinehead18 »

What are good inexpensive PHP editors?

Thank you
Anthony

Right now i use pico and it is a pain :( i think it slows me down.
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

User avatar
evilmonkey
Forum Regular
Posts: 823
Joined: Sun Oct 06, 2002 1:24 pm
Location: Toronto, Canada

Post by evilmonkey »

Dreamweaver and Zend.
Deemo
Forum Contributor
Posts: 418
Joined: Sun Jan 18, 2004 11:48 am
Location: Washington DC

Post by Deemo »

i use dreamweaver
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

evilmonkey, "inexpensive PHP editors?"

heh
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

notepad's pretty inexpensive (discounting the purchase of the OS) :P

I'd suggest having a look through this thread: viewtopic.php?t=6288
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

heh, vim is free ;)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

*shudder*
User avatar
mudkicker
Forum Contributor
Posts: 479
Joined: Wed Jul 09, 2003 6:11 pm
Location: Istanbul, TR
Contact:

Post by mudkicker »

Weirdan wrote:heh, vim is free ;)
yeah..
but Zend rocks for PHP ;)
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

try php coder pro
google it
best one ive ever used and its free
bla5e
Forum Contributor
Posts: 234
Joined: Tue May 25, 2004 4:28 pm

Post by bla5e »

notepad
User avatar
launchcode
Forum Contributor
Posts: 401
Joined: Tue May 11, 2004 7:32 pm
Location: UK
Contact:

Post by launchcode »

I don't use anything but Zend Studio.. but it's as far from free as you can get in the PHP IDE world :-\ I did try PHP Edit once, that seemed pretty good (and meets your criteria). Don't waste your time with Notepad or plain vanilla text editors. It always amuses me those who say "I coded my site entirely in Notepad" - whoopie-doo for you, I could have too, but my time is obviously worth more than yours ;) Then again there is the other extreme of this - the quite nasty stuff that the likes of Dreamweaver spits out. Ah well.. use what you're happy with! No-one will judge you on your editor, only your final code/site :)
Post Reply