This is a discussion on Which (free) PHP IDE ? within the PHP Language forums, part of the PHP Programming Forums category; Bit Byte wrote: > I am looking for a (free) IDE for PHP5 development. I am currently using > emac/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Bit Byte wrote:
> I am looking for a (free) IDE for PHP5 development. I am currently using > emac/vim (on Linux) and EditPlus on Windows. But I terribly miss > features like: > > 1. Ability to debug code (i.e. step through code and set breakpoints etc) > 2. class browser > 3. code browser (like emacs etags command) > 4. Intellisense (on Microsoft Platform) > > Is there any (free?) IDE out there that has these features ?. I came > accross EclipsePHP (or PHPEclipse?) a while back, but ITRC I could not > get it to work with my existing WAMP configuration, it wanted to work > with a pre-packaged WAMP install - so I had no choice than to ditch it - > any suggestions on a free IDE that has some (atleast the first three > features, the last one would be a NTH)? > Try PHPIDE, http://www.zend.com/phpide, which is different, IMHO better, from PHPEclipse... -- +-----------------------------------------------------+ | Lorenzo Bettini ICQ# lbetto, 16080134 | | Home Page : http://www.lorenzobettini.it | | http://tronprog.blogspot.com BLOG | | http://www.purplesucker.com Deep Purple Cover Band | | http://www.gnu.org/software/src-highlite | | http://www.gnu.org/software/gengetopt | | http://www.lorenzobettini.it/software/gengen | | http://www.lorenzobettini.it/software/doublecpp | +-----------------------------------------------------+ |
|
|||
|
http://www.zend.com/products/zend_studio < best ever :)
Bit Byte raše: > I am looking for a (free) IDE for PHP5 development. I am currently using > emac/vim (on Linux) and EditPlus on Windows. But I terribly miss > features like: > > 1. Ability to debug code (i.e. step through code and set breakpoints etc) > 2. class browser > 3. code browser (like emacs etags command) > 4. Intellisense (on Microsoft Platform) > > Is there any (free?) IDE out there that has these features ?. I came > accross EclipsePHP (or PHPEclipse?) a while back, but ITRC I could not > get it to work with my existing WAMP configuration, it wanted to work > with a pre-packaged WAMP install - so I had no choice than to ditch it - > any suggestions on a free IDE that has some (atleast the first three > features, the last one would be a NTH)? |
|
|||
|
Drakazz wrote:
> http://www.zend.com/products/zend_studio < best ever :) The last time I looked the Zend Studio is not free... :( > Bit Byte raše: >> I am looking for a (free) IDE for PHP5 development. I am currently using >> emac/vim (on Linux) and EditPlus on Windows. But I terribly miss >> features like: >> >> 1. Ability to debug code (i.e. step through code and set breakpoints etc) >> 2. class browser >> 3. code browser (like emacs etags command) >> 4. Intellisense (on Microsoft Platform) >> >> Is there any (free?) IDE out there that has these features ?. I came >> accross EclipsePHP (or PHPEclipse?) a while back, but ITRC I could not >> get it to work with my existing WAMP configuration, it wanted to work >> with a pre-packaged WAMP install - so I had no choice than to ditch it - >> any suggestions on a free IDE that has some (atleast the first three >> features, the last one would be a NTH)? > -- Thanks in Advance... http://ichbin.9999mb.com IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us __________________________________________________ ____________________ 'If there is one, Knowledge is the "Fountain of Youth"' -William E. Taylor, Regular Guy (1952-) |
|
|||
|
>> http://www.zend.com/products/zend_studio < best ever :)
> > The last time I looked the Zend Studio is not free... :( If i remember correctly there was a post on their forum about the next version and the indication was that the basic version would be free. But I should imagine that will be sometime off yet. |
|
|||
|
peter wrote:
>>> http://www.zend.com/products/zend_studio < best ever :) >> The last time I looked the Zend Studio is not free... :( > > If i remember correctly there was a post on their forum about the next > version and the indication was that the basic version would be free. But I > should imagine that will be sometime off yet. > > Maybe after the Zend group, who are working in the Eclipse PHP IDE project, have a really good working free plugin. It's nice now but the debugger needs a little work. Zend's free product release will more than likely follow the Eclipse PHP IDE scheduled plan. Makes marketing sense to me for Zend to do it that way. -- Thanks in Advance... http://ichbin.9999mb.com IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us __________________________________________________ ____________________ 'If there is one, Knowledge is the "Fountain of Youth"' -William E. Taylor, Regular Guy (1952-) |