View Single Post
  #6 (permalink)  
Old 2004-04-02, 11:26 AM
Guest
Guest
 
Posts: n/a
Default

Hi


I use ZendWeb open source, is/was the best web based PHP editor around, the site went down due to lack of support! What makes it nice is that it has a debugger, Zend Encoder and PHP standards engine on board. The thing has so many features it is to bad the development stopped because I was looking forward to the PHP 5 engine support that was coming! The interface is awesome and runs in every browser I have ever tried it in. The interface is framed, left top windows shows a tree of your document root, left bottom windows shows a list of PHP files for the directory you have open in the left top frame! If you click on a file a window opens in the center of the browser window offering options...

1. debug script
2. load script for editing
3. encode script
4. run script through PHP standards optimizer

There are many other options. If you load the script for editing, it loads in the right main window and at the top and bottom of the main window also loads drop boxes with all the $var contained in your script! If you select a var a window opens giving you a quick click list with line number where the variable is used in your script. Click on any item in the list and the window closes and you are taken to that variable in the main script, it highlights the line and inner highlights the variable, total awesome. Plus it has mouse click code builder, this would make you lazy because it's so easy not to have to type anything to make DB classes, spellckeck classes, SMTP classes any class that is in Pear can be plugged into you script with a few mouse clicks!


The authors email is here, if you want more info on it, very nice guy!

dawnasinthemorning(A)yahoo.com

c, ya...

Cindy
Reply With Quote