Home > Archive > PHP Language > February 2007 > Best PHP IDE ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi
What do you think is the best IDE (Integrated Development Environment) for Windows?
--
Ralph
| |
|
|
|
|
| Steve Belanger 2007-02-08, 3:58 am |
| one other, especially if you are a windows developper in other languages. is
VS.Php.
first it was an addition to Visual Studio 2003, then a version came out for
2002 and 2005, but now with the premier partnership with microsoft, there is
a standalone version of the software using the VS2005 framework.
So if you are a visual studio user you should feel at home.
you can read more about it at this url: http://www.jcxsoftware.com/
"Ralph" <onkr@remove.op.pl> wrote in message
news:21wph.19505$yC5.2343@newssvr27.news.prodigy.net...
> Hi
>
> What do you think is the best IDE (Integrated Development Environment) for
> Windows?
> --
>
> Ralph
| |
| Kyle Soule 2007-02-12, 6:59 pm |
| Ralph wrote:
> Hi
>
> What do you think is the best IDE (Integrated Development Environment)
> for Windows?
I would recommend Zend Studio. A free trial can be downloaded from
http://www.zend.com/free_download/studio ... it is hard to recommend
anything else. It blows most of the competition out of the water.
| |
| IchBin 2007-02-12, 6:59 pm |
| Ralph wrote:
> Hi
>
> What do you think is the best IDE (Integrated Development Environment)
> for Windows?
I would look at Eclipse PHP IDE now that they are now adding XDebug
support. The initial Zend debugger was not working.
All-in-all I use a free open source editor\IDE called tsWebEditor. You
can see some of its features here:
http://tswebeditor.net.tc/http://tswebeditor.net.tc
I realy use it because of its Xdebug implementation.
The actual developer website is here: http://tswebeditor.tigris.org
Here are it' features:
* code completion
* code hint for functions (also called quick info/parameter hint)
* php debugger (Xdebug)
* unicode (utf-8, utf-16)
* included help for programming languages
* search in files
* columns and row highlight
* css and metatag assistants
* bookmark function
* dos/unix/mac file format (line break)
* php syntax check and error check
* html syntax check (with Tidy)
* code browser
* ftp edit
edit files directly on a ftp server
* project management
* sql designer
o supported databases: MySQL, PostgreSQL
o supported objects:
+ tables
+ views
+ indexes
+ primary keys
+ unique and check constraints
+ foreign keys
o possibility to build your own database interface
o diagrams, triggers, procedures and functions planned for
the future
--
Thanks in Advance... http://weconsultants.prophp.org
IchBin, Pocono Lake, Pa, USA http://ichbinquotations.awardspace.com
________________________________________
______________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
|
|
|
|
|