Hi,
personally i use Zend studio for its variables on-live debugging
possibility.
However, i'm sad that for debugging you need to install the Zend debugging
server features.
Alain
On 4/15/06, pfancy <[EMAIL PROTECTED]> wrote:
>
> Thanks for all the php editor idea. I have been going through the
The best editor is of course Zend Studio at www.zend.com, which I use.
The only bad thing is that it costs, but hovewer, you can download a free
trial to try it out.
But if you're able to spend some money, I would strongly recommend Zend
Studio. Feature List at
http://www.zend.com/store/products/
Great and it's free.
http://phpedit.net
John Jensen wrote:
Hello everyone. I am new to PhP and MySQL. I was wondering what a good (Or
Free) Php Editor is?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
The site is http://www.maguma.com
Pierre
-Message d'origine-
De : Karl James [mailto:[EMAIL PROTECTED]
Envoye : dimanche 23 fevrier 2003 10:19
A : [EMAIL PROTECTED]
Objet : [PHP] Editors
Anyone have the link on where I can download maguma php editor? Whatever
the latest
use vim (http://www.vim.org/)
highlight syntax
code complition
autoindent
and more...
:q
José León Serna a écrit :
> Hello:
> > The big disappointment was QaDRAM Studio, which was so
> > buggy and unstable, it only took me until I tried to
> > create a project (the first thing I did upon loadin
Hello:
> The big disappointment was QaDRAM Studio, which was so
> buggy and unstable, it only took me until I tried to
> create a project (the first thing I did upon loading
> the software) before it crashed my entire system and
> forced me to reboot. Trying to uninstall it is
> impossible, as wel
>> It's no BBEdit, but what can you do?
vim? It's free and runs on every system I ever heard of.
--
---
Greg Donald - http://destiney.com/
http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/
---
I develop my stuff in TextPad as well. You can download other syntax
highlighting files as well, not just PHP. So if you develop in Windows and
like to code in a text editor TextPad would be my definite recommendation.
-josh
"Miguel Cruz" <[EMAIL PROTECTED]> wrote:
> On Wed, 1 May 2002, Liam Gi
On Wed, 1 May 2002, Liam Gibbs wrote:
> Thanks to everyone for your suggestions. I went with EditPlus 2. The
> project features, easy access to all files, and directory-wide
> search-and-replace functionality are what hooked me. I'm still looking
> around, though, so if anyone has any other sugges
Thanks to everyone for your suggestions. I went with
EditPlus 2. The project features, easy access to all
files, and directory-wide search-and-replace
functionality are what hooked me. I'm still looking
around, though, so if anyone has any other
suggestions, let me know.
The Zend product looks ni
Hello:
> Does anybody know of any PHP project editors,
> something that will group together all the PHP, INC,
> HTML, CSS files together into one logical project?
> Preferrably freeware/shareware, obviously.
Check out QaDRAM Studio at http://studio.qadram.com, you can group together
any kind of f
Check Out Zend Studio. www.zend.com This was created by the folks who
created php.
Jason
"Liam Gibbs" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Does anybody know of any PHP project editors,
> something that will group together all the PHP, INC,
> HTML, C
I am happy TEXTPAD !.
Karthick
- Original Message -
From: "Matthew Walker" <[EMAIL PROTECTED]>
To: "Steve Klugherz" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, April 11, 2002 4:32 AM
Subject: RE: [PHP] editors
EditPlus is a great edi
Hi,
a quick search on php.net resulted in this page:
http://www.php.net/links.php
which has a link to a list of editors:
http://www.itworks.demon.co.uk/phpeditors.htm
similarly, a quick search at google.com resulted in around 249,000 pages :)
this question's also been asked on this list abou
EditPlus is a great editor, with the added benefit of a built in FTP
client.
Matthew Walker
Senior Software Engineer
ePliant Marketing
-Original Message-
From: Steve Klugherz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 10, 2002 8:07 PM
To: [EMAIL PROTECTED]
Subject: [PHP] editor
At 07:06 PM 4/10/2002 Wednesday, Steve Klugherz wrote:
>Does anyone know of any text editors that understand the syntax of php? I
>have finally got the company I work for convinced that php is the way to go
>for the web based portion of our product. I would like to find an editor
>that does contex
emacs, editplus, phpedit, etc, etc. have a look on google
-Original Message-
From: Steve Klugherz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 12:07 PM
To: [EMAIL PROTECTED]
Subject: [PHP] editors
Does anyone know of any text editors that understand the syntax of php? I
hav
Well, based on your previous post:
Plutarck wrote:
> Well after looking at the file I just downloaded...the specification of RTF
> is 164 pages long.
Oooo I'm soo happy...toys toys toys! So many wonderful bits and bytes to
play with now...
you should change it to:
Oooo I'm soo happy...toys t
Well after looking at the file I just downloaded...the specification of RTF
is 164 pages long.
Good lord...*chokes an all the information*
Ever considered just forcing the people to learn HTML instead? *smile*
--
Plutarck
Should be working on something...
...but forgot what it was.
""Plutar
Jackpot! Cha-ching!
That site triggered my memory!
I remember downloading a program from some obscure site which was suppose to
be able to view a huge amount of files which are most often used in games. I
wanted to see the art :)
Anyhoo, it reminded me of another site which is linked on that we
Thinking about this, about a week ago, there was a discussion about parsing word
document. Just to dig the text from doc. It sounds interesting, and since I have
in my crazy mind an idea, that I'd create a database of all documents that were
ever created in our company and put them in to the datab
What you're trying to do sounds a lot like content management. I'm no
expert, but you should be able to do all this through the browser serverside
(no need to download/upload). Have you checked out www.midgard-project.org,
www.dotvoid.com/firesite.php, or http://phpwebsite.appstate.edu/?
Matt
"T
Ick...I'd say it's a good idea, but it's going to be a bi...tter fight with
technology.
First, you have to have some application do the loading/unloading. PHP can't
do that, of course.
But, you could use some form of java...but you'd have to get fancy. Or you
could just use file upload in a form
You can let the users edit online a form which returns html code, it is
called
dhtmled, you can find it on msdn.microsoft.com
http://msdn.microsoft.com/workshop/author/dhtml/edit/default.asp
If you play with it a bit, you will find a way to upload a html doc to the
client, let him edit and send
homesite is very nice
www.allaire.com
almir
""Richard Lynch"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
01f901c0b0c8$291ba800$[EMAIL PROTECTED]">news:01f901c0b0c8$291ba800$[EMAIL PROTECTED]...
> > I am looking for good php editors. Currently, i am using PHP coder. It
> > highlights syntax and
To: McShen; [EMAIL PROTECTED]
Subject: [PHP] Re: php editors
> I am looking for good php editors. Currently, i am using PHP coder. It
> highlights syntax and checks my syntax. It's also executes my PHP codes.
Are
> there any editors like that? I just want a editor that highlights
> I am looking for good php editors. Currently, i am using PHP coder. It
> highlights syntax and checks my syntax. It's also executes my PHP codes.
Are
> there any editors like that? I just want a editor that highlights my code
> and check my syntax.
Give the Zend IDE a trial run.
You'll be able
That is a very useful looking link and it has gone into to
my "very useful PHP links" box. I will point out that
"codecharge" and "phpedit" don't appear to be on that
list ...
At 06:19 AM 1/24/01 -0800, Steve Edberg wrote:
>At 4:40 PM +0600 1/24/01, Tshering Norbu wrote:
>>Here is collection I go
28 matches
Mail list logo