tedd wrote:
They are all variants of that. All nifty little tools. We should gather
those up someplace...shouldn't we?


In similar light, what development environments do you people program in? How do you run and test your code?

of late I have been testing Zend IDE - the integrated debugger is the biggest + 
point
for me.

I also use UltraEdit and TextPad [vi, aee, nano on linux].

test code with:
        php -l
        echo/var_dump()/print_r()
        Zend IDE
        xdebug
        browser ;-)

your question has been asked before - you might find the list archives
gives you more insight into other peoples work envs.


tedd

PS: This is my first posting to this group.

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

Reply via email to