[PHP-DEV] IDE for PHP development

2006-12-04 Thread Elliotte Harold
What IDEs are people using and prefer for PHP development? preferably on Linux or Mac OS X? I'm just starting to poke around in the internals, and it would be very helpful to have something that let me jump to definitions. e.g. when I see a macro named RETURN_TRUE in an apparently void method,

Re: [PHP-DEV] IDE for PHP development

2006-12-04 Thread Antony Dovgal
On 12/04/2006 05:48 PM, Elliotte Harold wrote: What IDEs are people using and prefer for PHP development? preferably on Linux or Mac OS X? I'm just starting to poke around in the internals, and it would be very helpful to have something that let me jump to definitions. e.g. when I see a macro

Re: [PHP-DEV] IDE for PHP development

2006-12-04 Thread Arnold Daniels
Hi, There is a great tutorial on zend devzone. It's split in 3 (or actualy 4) parts: http://devzone.zend.com/node/view/id/1021 - Part I: Introduction to PHP and Zend http://devzone.zend.com/node/view/id/1022 - Part II: Parameters, Arrays, and ZVALs http://devzone.zend.com/node/view/id/1023