473,397 Members | 2,099 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,397 software developers and data experts.

Trying to find a good PHP GUI, any suggeestions?

I am looking to get started using PHP and I am looking for a nice GUI to
use.
Basically I have been programing in Macromedia Director, and Macromedia
Flash for years now, and I have gotten spoiled by having auto code
formating, basic error checking, and a nice library of syntax with help
featured attached to them for when I am trying to hunt down the perfect
piece of syntax or trying to make sure I have used a piece of syntax
correctly.

Any suggestions? I know there a lot of PHP interfaces out there, and I have
no idea which ones are worth looking into.

Thanks tons for any advice you guys have for me.

Will Ferrer

Oct 3 '05 #1
12 6767
Macromedia Dreamweaver will help some. Does color coding and tooltips
showing function parameters. Still nothing like Director.

Oct 3 '05 #2
PHPDesigner 2005 (Freeware) http://www.mpsoftware.dk/
Eclipse + PHPEclipse (Open source) http://www.eclipse.org +
http://www.phpeclipse.de
DevPHP (Open source) http://devphp.sourceforge.net

DJ Craig wrote:
Macromedia Dreamweaver will help some. Does color coding and tooltips
showing function parameters. Still nothing like Director.

Oct 3 '05 #3
Will Ferrer wrote:
I am looking to get started using PHP and I am looking for a nice GUI to
use.
Basically I have been programing in Macromedia Director, and Macromedia

<snip>

<news:ab**************************@posting.google. com> (
http://groups.google.com/group/comp....5b35d0b0d8a5d6 )

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Oct 3 '05 #4
On 3 Oct 2005 05:41:53 -0700, DJ Craig wrote:
Macromedia Dreamweaver will help some. Does color coding and tooltips
showing function parameters. Still nothing like Director.


I've been trialling DW8. It has code-collapsing (at LAST!) and a few
other doo-dads. No inbult debugger, but I never use one anyway.

You'll probably be familiar with the interface. I use it in text only
mode - with no fancy code re-writing options etc. - which makes it
probably the most expensive text editor around <hehehe>.

Also, I never bother with any of the "live data" options as I found
them pretty chronic to use.

On the *good* side ... file & site management functions are pretty
good. Syntax checkers are OK too.

Worth a trial at least.

Adam.
Oct 3 '05 #5
Will Ferrer wrote:
I am looking to get started using PHP and I am looking for a nice GUI to
use.


An IDE perhaps? If you want a GUI, look into php-gtk; hoever, since you
are looking to get started, I assume you mean an IDE (Integrated
Development Environment) or at the very least some kind of code editor.

--
Justin Koivisto, ZCE - ju****@koivi.com
http://koivi.com
Oct 3 '05 #6
You definitely meant IDE, did you? no GUI will give you all the
features you need. I'd recommend you PhpED (www.nusphere.com) - it has
all that you mentioned plus code completion (it suggests you syntax as
you tipe) and a really nice debugger as well.

I'm using that one myself and I really love that one.

I believe you have to sign in for a trial, though

Oct 4 '05 #7
You definitely meant IDE, did you? no GUI will give you all the
features you need. I'd recommend you PhpED (www.nusphere.com) - it has
all that you mentioned plus code completion (it suggests you syntax as
you tipe) and a really nice debugger as well.

I'm using that one myself and I really love it.

I believe you have to sign in for a trial, though

Oct 4 '05 #8
http://notepad-plus.sourceforge.net/

This is the PHP editor I've been using for a long time.

In my opinion the Zend Studio is the best IDE for PHP, but it costs :)

Oct 4 '05 #9

st*****@gmail.com wrote:
In my opinion the Zend Studio is the best IDE for PHP, but it costs :)


I could argue here, but eventually it's all a question of taste :)

Oct 4 '05 #10
Will Ferrer wrote:
I am looking to get started using PHP and I am looking for a nice GUI to
use.
Basically I have been programing in Macromedia Director, and Macromedia
Flash for years now, and I have gotten spoiled by having auto code
formating, basic error checking, and a nice library of syntax with help
featured attached to them for when I am trying to hunt down the perfect
piece of syntax or trying to make sure I have used a piece of syntax
correctly.

Any suggestions? I know there a lot of PHP interfaces out there, and I
have no idea which ones are worth looking into.

Thanks tons for any advice you guys have for me.

Will Ferrer

http://www.ekenberg.se/php/ide/about_ide.php?label=what
Oct 4 '05 #11
Wow thanks for all the great feed back every one! I will start checking
those all out.

And yes I meant IDE (Sorry bout that).

once again thanks for all the help (nice change of pace from posting in a
macromedia news group ;).

W
Oct 4 '05 #12
Wow thanks for all the great feed back every one! I will start checking
those all out.

And yes I meant IDE (Sorry bout that).

once again thanks for all the help (nice change of pace from posting in a
macromedia news group ;).

W
Oct 4 '05 #13

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

Similar topics

12
by: Don Bruder | last post by:
A week or two ago, I asked here about porting Python to C. Got some good answers (Note 1) but now I've got another question. Actually, more a request for clarification of a topic that both the...
5
by: trek | last post by:
Good evening, I am trying to locate a standard (commonly accepted) XML schema for managing documents. What want to know is if someone has already created an XML schema for describing the...
16
by: Andrew Baker | last post by:
I am trying to write a function which provides my users with a file filter. The filter used to work just using the VB "Like" comparision, but I can't find the equivilant in C#. I looked at...
6
by: Frank Wilson | last post by:
Tom, It sounds to me like ASP, not ASP.NET is handling the request for WebForm1.aspx. This is most likely an IIS config issue that may have been caused by order of installation or...
9
by: Alan Silver | last post by:
hello, I am writing my first real ASP.NET application, but am getting a bit confused with ADO.NEt and the best way to use it. My old method (with Classic ASP) was to have a function that you...
1
by: francescomoi | last post by:
Hi. I'm trying to create a website where users can bet on some Sports Pools (e.g.: a football match result), but I don't find any PHP script. Do you know anyone? Thank yoy very much.
18
by: anand | last post by:
*********************************************************************************************************** #include<stdio.h> #include<conio.h> #include<math.h> void main() { double...
0
by: bobby_b_ | last post by:
Hello, I'm trying to access a stored procedure on our AS400 that is written in RPG. I know that the stored procedure works (I've called it from an RPG program on the AS400), and I know that the...
3
by: gmazza via AccessMonster.com | last post by:
Hi there, I am trying to run a report using a parameter for where the user chooses a month from a combo box. Then on the report, I want it to compare the month to a date field and choose only...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
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
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...
0
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,...

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.