[PHP] Re: PHP Editor - which to use?

2003-09-22 Thread John Taylor-Johnston
I don't know if such an animal exists?
I use Windows Wordpad as a text editor. Then I use Microweb from:
http://www.indigostar.com/microweb.htm
You might want to download a newer copy of PHP from http://www.php.net/downloads.php
This is lilkely not what you are looking for, but will do a very nice job working 
offline.
John

Binay wrote:

 Please suggest me  a good PHP editor like ( Microsoft's Interdev for ASP) to write 
 my php programs/scripts and get a visual feel.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP Editor - which to use?

2003-09-22 Thread Robert Cummings
I find having a virtual host for development to be best when viewing
your handiwork as you develop it. It provides the convenience of
actually running the PHP code, and makes it simple to preview the
content in the most popular browsers to check for incompatibility
issues. Then you can use any text/code editor you please.

Cheers,
Rob.


On Mon, 2003-09-22 at 11:46, John Taylor-Johnston wrote:
 I don't know if such an animal exists?
 I use Windows Wordpad as a text editor. Then I use Microweb from:
 http://www.indigostar.com/microweb.htm
 You might want to download a newer copy of PHP from http://www.php.net/downloads.php
 This is lilkely not what you are looking for, but will do a very nice job working 
 offline.
 John
 
 Binay wrote:
 
  Please suggest me  a good PHP editor like ( Microsoft's Interdev for ASP) to write 
  my php programs/scripts and get a visual feel.
 
-- 
..
| InterJinn Application Framework - http://www.interjinn.com |
::
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for   |
| creating re-usable components quickly and easily.  |
`'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP Editor - which to use?

2003-09-22 Thread jsWalter
I use Homesite.

It has plug-ins for PHP so you have tps and cose completion.

I just modified another plug it has so I can see then entire list of methods
a script has in a window, which can then jump to, scroll to, insert here.

And I can hit F-12 and it will talk to my apache server and run the script
right there!

All in one!

Thee is CVS integration for Homesite, I just never got around to it.

I just use WinCVS, I'm just lazy.

Walter

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php