Re: develop tools
"Bart" <yeahright@hotm ail.com> wrote in message news:<dnZeb.540 38$DZ7.2367526@ phobos.telenet-ops.be>...[color=blue]
> What is the best tool to develop a php-website ? I used Macromedia
> Dreamweaver MX and Zend Studio.
> Are there better tools ?
>
> Bart[/color]
You can define any template you want, code highlighting - who wants more?
ex w, h, space outputs a whole while () for me
while($row=mysq l_fetch_array($ result))
{}
f, o, space does the whole for() loop... you see the interest, plus it's free.
"Bart" <yeahright@hotm ail.com> wrote in message news:<dnZeb.540 38$DZ7.2367526@ phobos.telenet-ops.be>...[color=blue]
> What is the best tool to develop a php-website ? I used Macromedia
> Dreamweaver MX and Zend Studio.
> Are there better tools ?
>
> Bart[/color]
You can define any template you want, code highlighting - who wants more?
ex w, h, space outputs a whole while () for me
while($row=mysq l_fetch_array($ result))
{}
f, o, space does the whole for() loop... you see the interest, plus it's free.
Comment