This is a discussion on Integrated environment for php within the PHP Language forums, part of the PHP Programming Forums category; I wonder if there is a integrated developing environment for php, ie including code editing, executing, debugging in a single ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
http://www.zend.com/store/products/zend-studio.php
http://www.phpedit.net/ http://www.nusphere.com/ http://www.activestate.com/Products/Komodo/ http://phpeclipse.sourceforge.net/ -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ Wil Moore III, MCP Site : www.quicksitedesign.com?em Application Developer Site : www.digitallysmooth.com?em ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ "Yue Zhang" <JohnZhang448@hotmail.com> wrote in message news:c7d979ee.0401141811.a77cf3d@posting.google.co m... I wonder if there is a integrated developing environment for php, ie including code editing, executing, debugging in a single interface like MVC for C/C++. I heard visual studio has such thing, right? Any thought? |
|
|||
|
"Yue Zhang" <JohnZhang448@hotmail.com> wrote in message news:c7d979ee.0401141811.a77cf3d@posting.google.co m... > I wonder if there is a integrated developing environment for php, ie > including code editing, executing, debugging in a single interface > like MVC for C/C++. I heard visual studio has such thing, right? Any > thought? I use the Zend Development Environment... It's very good... has features such as code completion, brace-matching... and of course debugging. I would recommend it, anyway. http://www.zend.com/ Plankmeister. |