TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 01-30-2008, 03:01 PM   #1 (permalink)
The Contributor
 
DeMo's Avatar
 
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
DeMo is on a distinguished road
Default What PHP IDE do you use/recommend?

That's it, what environment do you usually use to develop your PHP stuff?

Most of the time I use Adobe Dreamweaver 'cause I like to do the page design too and as a WYSIWYG editor Dreamweaver let's me see how the design is coming out. Unfortunatelly it still is a HTML editor at heart and not a PHP editor. It does have intelisense support which helps you code faster, but it doesn't have tools like a class browser, stuff to help documentation etc.

Last year I tried PHP Designer for some time, it's a good editor but it lacks the HTML part.

Although I never tried it, Zend Studio looks like the most complete one, it's built for PHP and also integrates the WYSIWYG HTML editor.

What about you guys, post the IDE that you use/recommend.
Send a message via ICQ to DeMo Send a message via MSN to DeMo Send a message via Skype™ to DeMo
DeMo is offline  
Reply With Quote
Old 01-30-2008, 03:05 PM   #2 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

Zend Studio for me, used it for years and recently upgraded to Zend Studio for Eclipse which works well

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 01-30-2008, 03:07 PM   #3 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

I recommend Eclipse PDT which is free and powerful. Zend has now integrated their IDE into Eclipse. Zend IDE is more powerful than Eclipse PDT but both are based on same platform. You might want to look into Eclipse PDT.
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 01-30-2008, 03:10 PM   #4 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

*cough* Three threads is too much, sorry.

pole: what do you use to develop php with
Whats your favoirte editor?

I don't see how phpDesigner Pro lacks the HTML part; be specific. It has everything I want, which includes a (desired) lack of WYSIWYG HTML authoring. It is more efficient to design your own pages from scratch. It takes less space, renders faster, and with just one or two override tricks you avoid common cross-browser pitfalls.
__________________
Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots. So far the Universe is winning. - Rich Cook
RobertK is offline  
Reply With Quote
Old 01-30-2008, 04:41 PM   #5 (permalink)
The Contributor
 
DeMo's Avatar
 
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
DeMo is on a distinguished road
Default

I searched for "IDE" before making this topic, I guess I should have searched for "editor" too. :P

Robert, I design all my HTML by hand too. I only use the WYSIWYG part of the editor to check how it's coming out instead of refreshing the browser every time. Of course the final test is done in the browser, but an editor that only shows me the code and doesn't allow me to actually see the stuff kinda bothers me.
Send a message via ICQ to DeMo Send a message via MSN to DeMo Send a message via Skype™ to DeMo
DeMo is offline  
Reply With Quote
Old 01-30-2008, 04:53 PM   #6 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

Err, it does have it's own "in-editor preview" using IE. It just loads the page into an embedded frame. I use it periodically.
__________________
Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots. So far the Universe is winning. - Rich Cook
RobertK is offline  
Reply With Quote
Old 01-30-2008, 05:30 PM   #7 (permalink)
The Acquainted
Upcoming Programmer 
 
CMellor's Avatar
 
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
CMellor is on a distinguished road
Default

I use Dreamweaver CS3 in Vista and Zend Studio for Eclipse in Ubuntu.
__________________
Not quite a n00b...
CMellor is offline  
Reply With Quote
Old 01-30-2008, 05:51 PM   #8 (permalink)
The Contributor
 
flyingbuddha's Avatar
 
Join Date: Jan 2008
Location: Birmingham, UK
Posts: 60
Thanks: 10
flyingbuddha is on a distinguished road
Default

textmate, WOO YEAH.
Quote:
Transmit and Textmate are a pretty killer combination. Well… Textmate and just about any app are a killer combination. I’d take a bullet for Textmate, that’s how much I love it.

William T. Foxtrot
flyingbuddha is offline  
Reply With Quote
Old 01-31-2008, 01:50 AM   #9 (permalink)
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

rofl, here we go again

i use php designer 2008 its simple and not hard to figure out.
__________________
no signature set
sarmenhb is offline  
Reply With Quote
Old 01-31-2008, 11:33 AM   #10 (permalink)
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

I am okay with dreamweaver, here. It has the browser view thing and code-help-popups, and the source is easy on the eyes.

I liked zend studio, but it was a little heavy duty for a small project, and I am not going to make a big project any time soon.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote
Old 02-01-2008, 03:12 AM   #11 (permalink)
The Contributor
 
Gibou's Avatar
 
Join Date: Nov 2007
Location: France, near Paris
Posts: 53
Thanks: 6
Gibou is on a distinguished road
Default

Personnaly, I use my lovely notepad++

You can't make lighter .
Sincerely, I don't think that you need more than syntaxic coloration when you develop in PHP. The only feature it could be good to have is the multiple propositions after having put your arrow bahind your object in OOP but that's all. Runing eclipse on Windows or Unix is very borring. Too heavy.

On Ubuntu, I use my custom emacs with the php mod.
__________________
Wedus project's Website
Send a message via MSN to Gibou
Gibou is offline  
Reply With Quote
Old 08-17-2010, 08:03 AM   #12 (permalink)
The Visitor
 
Join Date: Aug 2010
Posts: 1
Thanks: 0
clod is on a distinguished road
Default

I use free PHP IDE Codelobster PHP Edition
As for me, it is the best choice.
clod is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 06:10 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design