php expert editor

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
seeker2921
Forum Contributor
Posts: 120
Joined: Sat Mar 22, 2003 7:10 pm
Location: Wiesbaden Germany
Contact:

php expert editor

Post by seeker2921 »

I'm looking for a good php IDE so I can start getting into complex php apps instead of the simple crap I do now while trying to learn php.. Keep in mind I'm still very much a newbe at php.. I found this program off of hotscripts.com

PHP Expert Editor
http://www.ankord.com/phpxedit.html

Pls let me know if this app will do the job.. Thank you..
User avatar
Heavy
Forum Contributor
Posts: 478
Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:

Post by Heavy »

I think this one is great:
http://zend.com/store/products/zend-studio.php

There is a very functional demo aswell:
http://zend.com/store/products/zend-studio-personal.php
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

http://www.xemacs.org

xemacs. at least on posix compliant systems you can integrate the gcc or any other compiler INTO xemacs as well as a debugger that's (i think) a plug in.

standard it has syntax highlighting, parenthesis matching with several ways of doing parenthesishighlighting, a very useful feature.. hmm.. it's a programming editor so it knows MANY languages, not just php
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

There is a long discussion about editors for PHP in General Discussions. ;)
Post Reply