Are there an GUI Editors for php?
Are there an GUI Editors for php?
am 11.11.2007 00:43:55 von Jim
New to php. Got the SAMS book and few others....
Would appreciate some recommendations on a GUI editor for php and m SQL,
preferably something that is simple and easy to use.
Thanks
JT
Re: Are there an GUI Editors for php?
am 11.11.2007 08:06:04 von Shion
Jim wrote:
> New to php. Got the SAMS book and few others....
>
> Would appreciate some recommendations on a GUI editor for php and m SQL,
> preferably something that is simple and easy to use.
vi, emacs, kdevelop, ...
--
//Aho
Re: Are there an GUI Editors for php?
am 11.11.2007 23:33:13 von Animesh Kumar
J.O. Aho wrote:
> Jim wrote:
>> New to php. Got the SAMS book and few others....
>>
>> Would appreciate some recommendations on a GUI editor for php and m SQL,
>> preferably something that is simple and easy to use.
>
> vi, emacs, kdevelop, ...
>
>
I think you meant gVim (graphical)VI(improved).
Re: Are there an GUI Editors for php?
am 12.11.2007 18:44:34 von Shion
Animesh K wrote:
> J.O. Aho wrote:
>> Jim wrote:
>>> New to php. Got the SAMS book and few others....
>>>
>>> Would appreciate some recommendations on a GUI editor for php and m
>>> SQL, preferably something that is simple and easy to use.
>>
>> vi, emacs, kdevelop, ...
>>
>>
>
> I think you meant gVim (graphical)VI(improved).
bah, original vi and most vim, but no way gvim.
--
//Aho
Re: Are there an GUI Editors for php?
am 12.11.2007 18:52:48 von Steve
"Jim" wrote in message
news:%mrZi.196918$Da.183557@pd7urf1no...
> New to php. Got the SAMS book and few others....
>
> Would appreciate some recommendations on a GUI editor for php and m SQL,
> preferably something that is simple and easy to use.
>
> Thanks
>
>
> JT
if on windows, i use crimson editor.
Re: Are there an GUI Editors for php?
am 12.11.2007 19:45:44 von unknown
Post removed (X-No-Archive: yes)
Re: Are there an GUI Editors for php?
am 12.11.2007 22:08:16 von Animesh Kumar
J.O. Aho wrote:
> Animesh K wrote:
>> J.O. Aho wrote:
>>> Jim wrote:
>>>> New to php. Got the SAMS book and few others....
>>>>
>>>> Would appreciate some recommendations on a GUI editor for php and m
>>>> SQL, preferably something that is simple and easy to use.
>>> vi, emacs, kdevelop, ...
>>>
>>>
>> I think you meant gVim (graphical)VI(improved).
>
> bah, original vi and most vim, but no way gvim.
>
VI is a text editor, not a GUI editor. Vim is a text editor too, not a
GUI editor.
What's wrong with gVim anyway? It helps a newbie to begin working with
it. Slowly he/she can master it.
Re: Are there an GUI Editors for php?
am 12.11.2007 22:08:55 von Animesh Kumar
Tom wrote:
> On Sat, 10 Nov 2007 23:43:55 GMT, Jim wrote...
>> New to php. Got the SAMS book and few others....
>>
>> Would appreciate some recommendations on a GUI editor for php and m SQL,
>> preferably something that is simple and easy to use.
>>
>> Thanks
>>
>>
>> JT
>>
>>
>
>
> If I'm working from Unix I use a vi editor, but if you are looking for a Windows
> based program, I've liked TextPad.
>
> Tom
>
I will recommend gVim for windows (or any OS actually). It can be
obtained from http://www.vim.org
Re: Are there an GUI Editors for php?
am 13.11.2007 01:21:39 von Jussi Jumppanen
On Nov 13, 4:52 am, "Steve" wrote:
> "Jim" wrote in message
>
> if on windows, i use crimson editor.
And there's always Zeus: http://www.zeusedit.com
JussiJ
Re: Are there an GUI Editors for php?
am 13.11.2007 01:40:07 von Aaron Saray
On Nov 10, 5:43 pm, "Jim" wrote:
> New to php. Got the SAMS book and few others....
>
> Would appreciate some recommendations on a GUI editor for php and m SQL,
> preferably something that is simple and easy to use.
>
> Thanks
>
> JT
Eclipse PDT 1.0 was just recently released. Its got the functionality
of Eclipse with specialized plugins for PHP / HTML development.
Aptana makes a great plugin which provides more web tools and
functionality. Oh - and of course - PDT has a JDBC interface so you
can set up GUI sql stuff as well.
Re: Are there an GUI Editors for php?
am 21.11.2007 20:56:53 von Hans-Peter Sauer
"Tom" wrote in message news:fha70o01e1e@drn.newsguy.com...
> On Sat, 10 Nov 2007 23:43:55 GMT, Jim wrote...
>>
>>New to php. Got the SAMS book and few others....
>>
>>Would appreciate some recommendations on a GUI editor for php and m SQL,
>>preferably something that is simple and easy to use.
>>
>>Thanks
>>
>>
>>JT
>>
>>
>
>
> If I'm working from Unix I use a vi editor, but if you are looking for a
> Windows
> based program, I've liked TextPad.
>
> Tom
>
A second recommendation for TextPad. I use it for pretty much everything.
Simple to use but loads of power when you need it.
--
James