473,408 Members | 1,955 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Eclipse PDT and EasyEclipse for PHP

Hello,
I have started learning PHP5. I would like to programme in Windows XP and
Fedora Linux. I have found two IDEs for PHP (if I understood correctly):
- Eclipse PDT,
- EasyEclipse for PHP.
What is the difference? Which one to choose? I would like to debug my
applications.
Please help. Thanks in advance.
/RAM/
Jan 5 '08 #1
7 4483
On Jan 5, 5:52 am, "R.A.M." <r_ahims...@poczta.onet.plwrote:
Hello,
I have started learning PHP5. I would like to programme in Windows XP and
Fedora Linux. I have found two IDEs for PHP (if I understood correctly):
- Eclipse PDT,
- EasyEclipse for PHP.
What is the difference? Which one to choose? I would like to debug my
applications.
Please help. Thanks in advance.
/RAM/
Ugh. Eclipse for PHP in general is garbage. I definitely recommend
never even touching its extended wamp functionalities. If you cant get
your hands on a zend studio, I would definitely recommend notepad++
with the debugger plugin.

Eclipse - and PHP - just don't mix.
Jan 6 '08 #2
On Jan 5, 7:52 am, "R.A.M." <r_ahims...@poczta.onet.plwrote:
Hello,
I have started learning PHP5. I would like to programme in Windows XP and
Fedora Linux. I have found two IDEs for PHP (if I understood correctly):
- Eclipse PDT,
- EasyEclipse for PHP.
What is the difference? Which one to choose? I would like to debug my
applications.
Please help. Thanks in advance.
/RAM/
Basically, both of them are an eclipse installation with different
addons/plugins/modules added on. I personally use Eclipse PDT because
it SEEMED to be more eclipse with plugins - as opposed to EasyEclipse
which seemed to be learning towards more rebranding of the app.

I would disagree with the other poster about Eclipse and PHP not
mixing. Zend is actually working on more and more support for eclipse
with their newest Neon modules. Eclipse also allows for other plugins
-s uch as Aptana which provides robust javascript and css as well.

I've also used about 5 different editors from UltraEdit to Komodo. I
recommend Eclipse PDT. If not, then try with Komodo.

Good luck with your search.
Jan 6 '08 #3
On Jan 5, 6:52 am, "R.A.M." <r_ahims...@poczta.onet.plwrote:
Hello,
I have started learning PHP5. I would like to programme in Windows XP and
Fedora Linux. I have found two IDEs for PHP (if I understood correctly):
- Eclipse PDT,
- EasyEclipse for PHP.
What is the difference? Which one to choose? I would like to debug my
applications.
Please help. Thanks in advance.
/RAM/
I use Fedora myself. If you are going to use Eclipse, which IMO is an
excellent IDE, I would recommend installing via the package manager.
Search for eclipse-phpeclipse. This is neither Eclipse PDT or
EasyEclipse for PHP, but it has similar features. The Fedora package
manager will install apache and all of the goodies. When you try to
start apache, you will probably running into an error that it can't
load the php4 extension. This is because PHP5 is installed. A simple
fix for that is to edit '/usr/share/eclipse/plugins/
net.sourceforge.phpeclipse.externaltools_<yourvers ionhere>/confs/
httpd.conf' with 'LoadModule php5_module modules/libphp5.so' instead
of php4. This needs to be done via sudo or as root due to
permissions. Once thats done, you will be able start apache and do
local development. Mysql will not be installed, but this is the wrong
group for that.

On Windows, I have a similar setup. Eclipse with the PHPEclipse
plugin. This will take some tweaking because, unlike Fedora, nothing
is preconfigured. I used XAMPP as my apache/mysql setup for this.

For more in-depth information about phpeclipse, see http://www.phpeclipse.net/.
Hope that helps.
Jan 7 '08 #4
..oO(jo********@gmail.com)
>On Jan 5, 5:52 am, "R.A.M." <r_ahims...@poczta.onet.plwrote:
>Hello,
I have started learning PHP5. I would like to programme in Windows XP and
Fedora Linux. I have found two IDEs for PHP (if I understood correctly):
- Eclipse PDT,
- EasyEclipse for PHP.
What is the difference? Which one to choose? I would like to debug my
applications.
Please help. Thanks in advance.
/RAM/

Ugh. Eclipse for PHP in general is garbage.
You want to elaborate on that.
>I definitely recommend
never even touching its extended wamp functionalities. If you cant get
your hands on a zend studio, I would definitely recommend notepad++
with the debugger plugin.

Eclipse - and PHP - just don't mix.
I'm using Eclipse/PDT and it works very well. Better than anything else
I've tried before.

Micha
Jan 7 '08 #5
On Jan 7, 1:52 am, Michael Fesser <neti...@gmx.dewrote:
.oO(jonKush...@gmail.com)
On Jan 5, 5:52 am, "R.A.M." <r_ahims...@poczta.onet.plwrote:
Hello,
I have started learning PHP5. I would like to programme in Windows XP and
Fedora Linux. I have found two IDEs for PHP (if I understood correctly):
- Eclipse PDT,
- EasyEclipse for PHP.
What is the difference? Which one to choose? I would like to debug my
applications.
Please help. Thanks in advance.
/RAM/
Ugh. Eclipse for PHP in general is garbage.

You want to elaborate on that.
I definitely recommend
never even touching its extended wamp functionalities. If you cant get
your hands on a zend studio, I would definitely recommend notepad++
with the debugger plugin.
Eclipse - and PHP - just don't mix.

I'm using Eclipse/PDT and it works very well. Better than anything else
I've tried before.

Micha


After reading at my message, I could see where my negative message
without explanation could be offensive, so let me make myself clear. I
used Eclipse exclusively for Java for an extremely long time.. It is,
and will always be, the landmark of java programming studios. With
PHP, however, I never quite got the same experience. Despite the fact
that eclipse just did not support all of the great functions it had
for java / c++ development, the bundle itself is decent yes.
Autocompletion, php doc, snippets, etc. all worked fine for the most
part. My main issue was that the eclipse app itself could not operate
with the PHP platform. I couldn't begin to tell you the laundry list
of options I tried to get eclipse working. It could have been the java
version, but I doubt it because I was also using the application for
java work. I really did love eclipse - We were huge supporters of the
application at UF ( we should still be on the servers list of
downloads ), but it just never seemed to work smoothly. So, with that
EXTREMELY hindering my viewpoint, it only went downhill. Xampp
combined with the internal browser tool just caused me to kill the
process time after time.

So, once again I am sorry if I came off in a negative manner. I am
sure it works great for others, as I know that wonderful eclipse
feeling you get. It's just - eclipse with PHP for me was more
obtrusive than helpful.


Jan 7 '08 #6
..oO(jo********@gmail.com)
>After reading at my message, I could see where my negative message
without explanation could be offensive, so let me make myself clear. I
used Eclipse exclusively for Java for an extremely long time.. It is,
and will always be, the landmark of java programming studios. With
PHP, however, I never quite got the same experience. Despite the fact
that eclipse just did not support all of the great functions it had
for java / c++ development, the bundle itself is decent yes.
Of course the Eclipse platform itself is focused on Java Development.
The rest is the responsibility of the plugin vendors. Some years ago the
available PHP plugins just sucked (which was why I mainly used jEdit
until two years ago or so), but meanwhile a lot has changed.
>Autocompletion, php doc, snippets, etc. all worked fine for the most
part. My main issue was that the eclipse app itself could not operate
with the PHP platform.
What was the problem (just in general, no details required)? Did you run
Eclipse and PHP on the same machine and it failed to work together?
>I couldn't begin to tell you the laundry list
of options I tried to get eclipse working. It could have been the java
version, but I doubt it because I was also using the application for
java work. I really did love eclipse - We were huge supporters of the
application at UF ( we should still be on the servers list of
downloads ), but it just never seemed to work smoothly. So, with that
EXTREMELY hindering my viewpoint, it only went downhill. Xampp
combined with the internal browser tool just caused me to kill the
process time after time.
I'm working with Eclipse on a WinXP machine, but the Apache/PHP/SVN etc.
runs on a dedicated Linux server with the working copy of the source
codes being stored on a Samba share. For testing I use a separate
browser (usually Opera).

This all works very well, except for the debugger which I didn't have
had the time to install yet. And my workstation could use a little bit
more memory (it's maxed out already at 512MB), but that's the only
little problem.
>So, once again I am sorry if I came off in a negative manner. I am
sure it works great for others, as I know that wonderful eclipse
feeling you get. It's just - eclipse with PHP for me was more
obtrusive than helpful.
OK.

Micha
Jan 7 '08 #7
On Jan 7, 4:25 am, "jonKush...@gmail.com" <jonKush...@gmail.com>
wrote:
On Jan 7, 1:52 am, Michael Fesser <neti...@gmx.dewrote:
.oO(jonKush...@gmail.com)
>On Jan 5, 5:52 am, "R.A.M." <r_ahims...@poczta.onet.plwrote:
>Hello,
>I have started learning PHP5. I would like to programme in Windows XP and
>Fedora Linux. I have found two IDEs for PHP (if I understood correctly):
>- Eclipse PDT,
>- EasyEclipse for PHP.
>What is the difference? Which one to choose? I would like to debug my
>applications.
>Please help. Thanks in advance.
>/RAM/
>Ugh. Eclipse for PHP in general is garbage.
You want to elaborate on that.
>I definitely recommend
>never even touching its extended wamp functionalities. If you cant get
>your hands on a zend studio, I would definitely recommend notepad++
>with the debugger plugin.
>Eclipse - and PHP - just don't mix.
I'm using Eclipse/PDT and it works very well. Better than anything else
I've tried before.
Micha

After reading at my message, I could see where my negative message
without explanation could be offensive, so let me make myself clear. I
used Eclipse exclusively for Java for an extremely long time.. It is,
and will always be, the landmark of java programming studios. With
PHP, however, I never quite got the same experience. Despite the fact
that eclipse just did not support all of the great functions it had
for java / c++ development, the bundle itself is decent yes.
Autocompletion, php doc, snippets, etc. all worked fine for the most
part. My main issue was that the eclipse app itself could not operate
with the PHP platform. I couldn't begin to tell you the laundry list
of options I tried to get eclipse working. It could have been the java
version, but I doubt it because I was also using the application for
java work. I really did love eclipse - We were huge supporters of the
application at UF ( we should still be on the servers list of
downloads ), but it just never seemed to work smoothly. So, with that
EXTREMELY hindering my viewpoint, it only went downhill. Xampp
combined with the internal browser tool just caused me to kill the
process time after time.

So, once again I am sorry if I came off in a negative manner. I am
sure it works great for others, as I know that wonderful eclipse
feeling you get. It's just - eclipse with PHP for me was more
obtrusive than helpful.
Maybe you'd like to post a thread on the issues you were having? I've
installed it on multiple Windows boxes (but only one linux machine)
including the debugging features. I think there were a lot of
confusion over which instance of the 'server' was running in eclipse
with some of our newer coders.

At any rate, thanks for your clarification on your statement.
Jan 8 '08 #8

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

Similar topics

0
by: Donovan | last post by:
Hello. I am interested in learning about and using the Eclipse framework and Java -- both of which are new to me. I have prior programming experience with VB.NET and c#.NET; but not Java. As...
16
by: Amir Michail | last post by:
Hi, It seems to me that measuring productivity in a programming language must take into account available tools and libraries. Eclipse for example provides such an amazing IDE for java that it...
6
by: kenton.wilson | last post by:
Does anyone know if Eclipse has a class hierachy / inheritence viewer for C++? I went to the Eclipse / CDT pages but didn't see anything offhand. TIA, Kent
0
by: Husey | last post by:
Hi, I am trying to create a very simple EJB project which requires me to create a new jboss configuration in Eclipse. I keep getting the error message "An error has occurred. See error log for...
9
by: king kikapu | last post by:
Hi, this is actually a question to those of us who use Eclipse and Pydev as their main Python developing environment. As i use Eclipse (3.3 Europa) only for Python and i have nothing to do with...
16
by: Ananthu | last post by:
Hi I dont know how to connect mysql with ECLIPSE in RCP application. Please send me the sample code of connecting mysql sever with ECLIPSE in RCP application. Coding Part: RCP Application...
15
by: Ramon F Herrera | last post by:
I have been using Eclipse for a few weeks, and IMO there is no better IDE. Since my experience has been so productive -and hence satisfactory- in Java, I would like to use the same IDE...
0
by: Pesho318i | last post by:
hello, I'm writing in the Java forum, because I believe here I can find ppl comfortable with Eclipse. I'd like to install the PLDT plugin for Eclipse, but always run into compatibility...
3
by: ravit | last post by:
Hello All, I am trying to execute an application that is developed using eclipse libraries. Jface, SWT , etc. While I execute the application , i have received an exception which I am unable...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.