Posted by Lars Eighner on 01/01/08 09:31
In our last episode,
<flcukn$fpd$1@news2.task.gda.pl>,
the lovely and talented R.A.M.
broadcast on comp.lang.php:
> Hello,
> I have installed Apache, PHP5 and MySQL in my Windows XP and Fedora Linux. I
> have a question to experienced programmers.
> Q: What tools, utility programs do you use when you are designing and
> programming PHP applications? Could you recommend me something?
I use joe for an editor --- it has nice code color and is easy to customize.
I use the MySQL client to test query strings before I commit them to code
and mysqlman to be absolutely sure I am doing what I think I am doing to the
database. I use the php cli pretty often to test lines in order to see if
they do what I think.
--
Lars Eighner <http://larseighner.com/> usenet@larseighner.com
Countdown: 385 days to go.
[Back to original message]
|