473,785 Members | 2,777 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which (free) PHP IDE ?

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)?

Oct 11 '06
14 9854
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 |
+-----------------------------------------------------+
Oct 25 '06 #11
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)?
Oct 25 '06 #12
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-)
Oct 25 '06 #13
>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.
Oct 25 '06 #14
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-)
Oct 26 '06 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
7698
by: Herman | last post by:
Hi everyone, I'm currently studying for my Master's in Computer Science, and I will be working on my thesis this summer. I've been thinking about constructing a web services application for my thesis, as I've been interested in this technology, and I haven't had a chance to work with it in my last job. The issue is what platform to use: ..NET or J2EE? Prior to starting my MSc course, I worked for a software developer for five years...
5
2302
by: Sells, Fred | last post by:
I see there are several different choices for Python GUI API's. Is there any indication of which ones are 1. the most commonly used? 2. the most reliable? 3. the most robust?
8
3219
by: madhu.mys | last post by:
Hi, According to you, Which is the best C++ compiler for windows ? Which compiler is least buggy and generate Optimized code ?
22
2242
by: smartwolf agassi via DotNetMonster.com | last post by:
I'm a C# language learner. I want to know which IDE is better for C# programing, Borland C#Builder or VS.net 2003? -- Message posted via http://www.dotnetmonster.com
5
1271
by: mike | last post by:
hi, how can i use the object as the parameter of the method, in the body of a class in which the method is defined ? example: assume i've got a class imaginary_number, and one of the methods is imgaginary_number::add(imaginary_number a, imaginary_number b) how could this be done ?
14
1949
by: Mike Collins | last post by:
In my page initialize, I am loading dynamic controls for a survey. On the survey, I have a stop button. If the user clicks the stop button, because of the page life cycle, the initialize and page load events run before the button click and reloads a bunch of controls. Is there a way to keep these events from running with a button control. The click event of the button has code to save the user's place in the survey and I only want it to...
11
3191
by: Divick | last post by:
Hi, can somebody help me figure out how can I make write a function which inturn uses malloc routine to allocate memory which is 2^k aligned? The condition is such that there should not be any memory leak and it should not also waste memory. Thanks, Divick
0
1646
by: alex | last post by:
Hi Friends, Let me start by apologising for the unsolicited mail. I have been extremely happy with the knowledge provided by this group and would like to pay back in a small way. http://www.agloco.com/r/BBBV2104 None of us need introduction to Google - the company which has achieved a market cap of 150 billion USD in 9 years and makes over 10
23
1959
by: Martin T. | last post by:
Hi all! char* p = new char; // POD! .... delete p; // std compliant delete p; // will work on VC8 free(p); // will also work on VC8 I am interested on which platforms/compilers the second two statements
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10327
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10151
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10092
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3647
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.