PHP IDE

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
User avatar
lazy_yogi
Forum Contributor
Posts: 243
Joined: Fri Jan 24, 2003 3:27 am

PHP IDE

Post by lazy_yogi »

I'm Just after a couple of things.

1. Something specifically for php, not a general puprpose editor for multiple languages.
2. It has to be an IDE so I can run a php script and debug it and step through it all within in the IDE
3. Easy to use. If its hard to learn I'll give up on it.

If you know a php IDE that can do this and you think it's quite good, can you just post the name or a link to a website of it. I'm not looking for a long discussion on this, just for a good PHP IDE

Cheers
Eli
User avatar
Pointybeard
Forum Commoner
Posts: 71
Joined: Wed Sep 03, 2003 7:23 pm
Location: Brisbane, AUS
Contact:

Post by Pointybeard »

Well i like crimson edit. I use it all the time. It doesnt have a debugger tho, just syntax highlighting. A couple of other IDE's i have used are

http://www.phpedit.com/
http://www.nusphere.com/

Hope that helps
-Poitybeard
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

Or you can try ZDE: http://www.zend.com
IDE developed for PHP only, with integrated debugger, profiler, cvs support and much more...
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

urm.......what's IDE? 8O

-Nay
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

IDE stands for Integrated Development Environment. Usually it consists of editor, debugger, project manager, compiler and reference manual... all-in-one thing... :)
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

Ah......lol.......I thought of hard drives when you mentioned IDE 8O :S...

mMm.....

-Nay
Post Reply