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 09-15-2009, 04:04 AM   #1 (permalink)
The Acquainted
 
Dave's Avatar
 
Join Date: Apr 2008
Posts: 110
Thanks: 97
Dave is on a distinguished road
Default Any thoughts on PHP_ED (IDE) from Nusphere?

Just wondering...

I am thinking seriously of purchasing PHP_ED from Nusphere. I like it because it has a nice, handcrafted feel. Some of the other IDEs (some free, such as Netbeans) feel a little like "one size fits all" to me. I have already purchased PHP Designer in the past and like it, but the development cycle is taking too long (i.e., I believe the developer is a one-man operation).

Does anyone else have any thoughts on PHP_ED?

Thanks,
Dave
Dave is offline  
Reply With Quote
Old 09-15-2009, 06:38 AM   #2 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

NotePad++ is your friend
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
The Following User Says Thank You to Orc For This Useful Post:
Dave (09-15-2009)
Old 09-15-2009, 02:02 PM   #3 (permalink)
The Acquainted
 
Dave's Avatar
 
Join Date: Apr 2008
Posts: 110
Thanks: 97
Dave is on a distinguished road
Default

So you don't see any worthwhile advantage in working with a dedicated PHP IDE, with projects, workspaces, highly-customizeable syntax, etc., and "all that other good stuff?"

Dave
Dave is offline  
Reply With Quote
Old 09-15-2009, 05:58 PM   #4 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

zend.com/pdt

I not a firm believer in paying for stuff :) plus Eclipse PDT does exactly what you need.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
The Following User Says Thank You to sketchMedia For This Useful Post:
Dave (09-17-2009)
Old 09-15-2009, 08:52 PM   #5 (permalink)
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

Quote:
Originally Posted by Dave View Post
So you don't see any worthwhile advantage in working with a dedicated PHP IDE, with projects, workspaces, highly-customizeable syntax, etc., and "all that other good stuff?"

Dave
Nope, all I need is syntax highlighting and a server to test on. To me [sub]folders are projects.

For C++ I always use an IDE, but php just feels so much simpler than C++ so I don't see a need for that.
__________________
My Site
adamdecaf is offline  
Reply With Quote
The Following User Says Thank You to adamdecaf For This Useful Post:
Dave (09-17-2009)
Old 09-15-2009, 09:12 PM   #6 (permalink)
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

PHP Designer is about to come out with a new version; It's the best IDE ever. Period.

( For PHP Anyways; Visual Studios is far better relatively speaking )
__________________
My Blog
Enfernikus is offline  
Reply With Quote
The Following User Says Thank You to Enfernikus For This Useful Post:
Dave (09-17-2009)
Old 09-16-2009, 11:47 AM   #7 (permalink)
The Visitor
 
Join Date: Sep 2009
Posts: 1
Thanks: 0
pjiricka is on a distinguished road
Default NetBeans

Quote:
Originally Posted by Dave View Post
Some of the other IDEs (some free, such as Netbeans) feel a little like "one size fits all" to me.
There is a PHP download of NetBeans, which is intended specifically for PHP developers, not for everyone. I.e. it contains support for PHP, JavaScript, HTML, CSS, databases + SQL, FTP, ... But not support for Java, C++ or Ruby. Can you please specify more closely why does it feel like "one size fits all" to you? Thanks,

Petr.
pjiricka is offline  
Reply With Quote
The Following User Says Thank You to pjiricka For This Useful Post:
Dave (09-17-2009)
Old 09-16-2009, 06:31 PM   #8 (permalink)
The Contributor
 
ioan1k's Avatar
 
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
ioan1k is on a distinguished road
Default

PHPED was far to complex and involved for the tasks you wanted to complete, unfortunately as with a lot of editors out there this one is more focused on developing hard core features and packing the "Do It All" Application and doesnt focus on the intuitiveness of how the application really works ... it had a far to steep learning curve and I gave up on it in about 25 minutes

I have tried all of the IDE's/Editors mentioned here and found most of them confusing and to pack alot into a little, PHP Designer was nice ... but it is not very smart and the one thing I really didnt like about it is the Code Completion, it just gives a list of ALL functions/classes/variables available instead of ones target at the specific string you are typing.

I have been using Komodo for about 3 years now and it is absolutely wonderful, just upgraded from the free version to the IDE

Uses the same engine as firefox, written in Python/Javascript and does everything +more, but in a manner which isn't intrusive and in your face, it would say it is one of the best editors on Linux, Vim and others are still far ahead. It is also cross-platform and has a very nice license for the IDE version
__________________
My Portfolio - Work - Need freelance Work?
I've been developing 5 years now, and I learn something new everyday
ioan1k is offline  
Reply With Quote
The Following User Says Thank You to ioan1k For This Useful Post:
Dave (09-17-2009)
Old 09-17-2009, 07:59 PM   #9 (permalink)
The Contributor
 
Sirupsen's Avatar
 
Join Date: May 2009
Posts: 53
Thanks: 2
Sirupsen is on a distinguished road
Default

I find IDE's overwhelming for PHP, and not needed.

When I used Windows I really struggled to find a decent simple editor. I didn't need much else than; navigation, customizeability as well as minimalism. I ended up using Sublime Text, and it was really great. (And pleasing to the eyes)

When I went to Linux, I started using gEdit. But eventually turned to Vim. And here I stop, and I've never looked back to anything. It's really the best editor out there. It's very simple, stable and super customizable. It's pain in the ass in the start, but as you learn to use it - you'll love it.
Send a message via AIM to Sirupsen Send a message via MSN to Sirupsen Send a message via Yahoo to Sirupsen Send a message via Skype™ to Sirupsen
Sirupsen is offline  
Reply With Quote
The Following User Says Thank You to Sirupsen For This Useful Post:
Dave (09-17-2009)
Old 09-17-2009, 09:20 PM   #10 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Quote:
Originally Posted by Sirupsen View Post
But eventually turned to Vim. And here I stop, and I've never looked back to anything. It's really the best editor out there. It's very simple, stable and super customizable. It's pain in the ass in the start, but as you learn to use it - you'll love it.
VIM OWNS ALL!!! much better than emacs imo (cue the editor war!)
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
The Following User Says Thank You to sketchMedia For This Useful Post:
Dave (09-17-2009)
Old 09-17-2009, 11:50 PM   #11 (permalink)
The Acquainted
 
Dave's Avatar
 
Join Date: Apr 2008
Posts: 110
Thanks: 97
Dave is on a distinguished road
Default

Thanks again for the replies. Ioan1k mentioned KOMODO EDIT (version 5.2 just released), which I'm taking a look at now. It is really nice and, despite all its capabilities, very user-friendly and...what's that word?...oh, yes...FREE.

Never heard of the SUBLIME TEXT EDITOR (mentioned by Sirupsen), but when I started reading about it, the reviews were pretty fantastic. However, the website will not come up this evening (www.sublimetext.com) for some reason.

Dave
Dave is offline  
Reply With Quote
Old 09-18-2009, 11:21 AM   #12 (permalink)
The Contributor
 
Sirupsen's Avatar
 
Join Date: May 2009
Posts: 53
Thanks: 2
Sirupsen is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia View Post
VIM OWNS ALL!!! much better than emacs imo (cue the editor war!)
Agreed! :)
Send a message via AIM to Sirupsen Send a message via MSN to Sirupsen Send a message via Yahoo to Sirupsen Send a message via Skype™ to Sirupsen
Sirupsen is offline  
Reply With Quote
Old 09-18-2009, 01:11 PM   #13 (permalink)
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

I also use Notepad++
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
I need your thoughts... jordie Advanced PHP Programming 2 09-30-2007 04:56 PM


All times are GMT. The time now is 09:22 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