Page 1 of 1

php editor that works with xampp

PostPosted: 28. September 2005 21:26
by abdelgarcia
i've tried Zend Studio and NusPhere and i can't debug my projects on it , which editor could be used with xampp?

PostPosted: 02. October 2005 17:25
by Dave_L
On Windows, I use Crimson Editor. It's just a text editor, with no integrated debuggng features, but it has syntax highlighting, and is adequate for my needs.

PostPosted: 05. October 2005 12:52
by Leutnant
hi,
im new to "business" and found by searching the forum this helpful topic!


its really good freeware editor; on the download page you also have possibility to download special syntax themes, absolute recommend download!

very nice

thx 8)

PostPosted: 05. October 2005 15:07
by islander
Take a look at Webbuilder 2005 (http://www.blumentals.net/webuilder/)
Works very nice with Xampp, very quick to launch. a few seconds vs. half a minute with DW8

PostPosted: 08. October 2005 01:05
by wizazz
Try out UltraEdit-32 I use that and it works great .... works well with tons of other html type docs as well

use PHP Eclipse

PostPosted: 09. October 2005 20:59
by jsdev
Use PHP Eclipse:
(1)http://www.plog4u.org/index.php/Using_PHPEclipse
(2)http://www.plog4u.org/index.php/Using_PHPEclipse_:_Installation_:_Installing_Apache/MySQL/PHP
(3)http://www.plog4u.org/index.php/Using_PHPEclipse_:_Installation_:_Installing_the_DBG_Debugger

plus points: free for any use, no license issues at all
stable once setup correctly

I use PHPEclipse for PHP debugging - stepping through, watching variables etc.

use eclipse 3.0.2 not 3.1

read all the steps carefully and follow them meticulously

(3) contains the maximum detailed instructions

lets say you will take minimum one day to set it all up - becasue you are new to Eclipse - but it is all worth it if you get is right - mine is working ever so smoothly since the past month.

Warning: eclipse takes time to get used to - you do not find menu options in places wher you find normal menus on windows - instead you will get them at right -clicks and popup menus - but eclipse is consistent - Eclipse for Java is the same as Eclipse for C is the same as Eclipse for PHP is the same as EClipse for HTML -just that is different from MS software.
Also, you need to start a project to do anything at all -> File ->new ->project etc.

Eclipse is really easy once you get used to it. try it if you have the time.
If you have problems, post here, though I cannot guarantee timely replies.

However, if you do not want step-debugging then echo statements here and there will be helpful :-))