Poll

Which PHP Editor do you think is the best?

Dreamweaver
41 (16.9%)
Komodo
7 (2.9%)
PHP Designer
11 (4.5%)
Eclipse
14 (5.8%)
PHPEdit
3 (1.2%)
Quanta Plus
0 (0%)
Vi(m)
5 (2.1%)
Emacs
1 (0.4%)
BBEdit
1 (0.4%)
Zend Studio
9 (3.7%)
Notepad++
73 (30.2%)
HTML Kit
2 (0.8%)
NetBeans
34 (14%)
TextMate
6 (2.5%)
Other
32 (13.2%)
Aptana
2 (0.8%)
UltraEdit
1 (0.4%)

Total Members Voted: 242

Author Topic: Which PHP Editor do you think is the best? [v2]  (Read 18069 times)

0 Members and 1 Guest are viewing this topic.

Offline Daniel0Topic starter

  • Administrator
  • 'Insane!'
  • *
  • Posts: 11,815
  • Gender: Male
  • ^bb|[^b]{2}$
    • View Profile
Which PHP Editor do you think is the best? [v2]
« on: November 18, 2009, 01:38:54 PM »

Offline premiso

  • Karma Chameleon
  • Staff Alumni
  • Freak!
  • *
  • Posts: 6,671
  • Gender: Female
  • effing right
    • View Profile
    • PHP Help
Re: Which PHP Editor do you think is the best? [v2]
« Reply #1 on: November 18, 2009, 01:41:50 PM »
I like Netbeans and Notepad++ :)

Offline gevans

  • Addict
  • Posts: 2,649
  • Gender: Male
  • don't shoot the messanger
    • View Profile
    • Guernsey Web Design
Re: Which PHP Editor do you think is the best? [v2]
« Reply #2 on: November 18, 2009, 01:54:37 PM »
My view is very similar to premiso, but I'd put them down in a different order;

Notepad++ and Netbeans

;)
I like starting my code with session_start();

Code: [Select]
ini_set('display_errors', 1);
ini_set('error_reporting', E_ALL);
Son of a biscuit eating bulldog
Use [code][/code] tags!!

Offline Daniel0Topic starter

  • Administrator
  • 'Insane!'
  • *
  • Posts: 11,815
  • Gender: Male
  • ^bb|[^b]{2}$
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #3 on: November 18, 2009, 01:57:10 PM »
Mine would be Zend Studio, NetBeans and vim (in no particular order).

Offline Zane

  • Global Moderator
  • Fanatic
  • *
  • Posts: 3,896
  • Gender: Male
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #4 on: November 18, 2009, 02:03:31 PM »
Personally, I like anything from regular Notepad to Zend Studio.  I haven't been able to try Eclipse yet but I'm eager to since they've integrated the PHP libraries into it.. much like Dreamweaver and Zend Studio.  That key feature is what sells me on an editor.  That fact that the editor can tell me which function I'm about to type and which parameters that I NEED is awesome.  I can't stand having to go back and forth from the editor to the manual.  Especially when I'm working with those functions I don't normally use.


What I really want to use is an editor with File Management capabilties, PHP function recognition, Regex Search and Replace and FTP access, then I believe I'd be a happy camper/coder.  Too bad that editor has to be Dreamweaver.  Perhaps there is another one out there that I don't know about?

Want to thank me?  Contribute to my PayPal piggy-bank

Offline Andy-H

  • Addict
  • Posts: 1,690
  • Gender: Male
    • View Profile
    • Phantom Ltd - Vehicle tracking and accessories
Re: Which PHP Editor do you think is the best? [v2]
« Reply #5 on: November 18, 2009, 02:07:47 PM »
I like NetBeans and EditPlus 3

Offline Mchl

  • Staff Alumni
  • Freak!
  • *
  • Posts: 8,582
  • Gender: Male
  • That's Largo in my avatar, not me.
    • View Profile
    • FlingBits
Re: Which PHP Editor do you think is the best? [v2]
« Reply #6 on: November 18, 2009, 02:08:10 PM »
NetBeans FTW
NetBeans fanatic | ExtJS masochist | C++ denier
PHP4 & MySQL4 are no longer supported.
PHPFreaks Tutorials | PHP Debugging: A Beginner's guide | PHP Security Tutorial || How To Ask Questions The Smart Way
Flingbits tutorials | Class Autoloading

Offline nrg_alpha

  • Staff Alumni
  • Addict
  • *
  • Posts: 2,480
  • Gender: Male
  • PHPenchant, I haz it!
    • View Profile
    • Portfolio Site
Re: Which PHP Editor do you think is the best? [v2]
« Reply #7 on: November 18, 2009, 02:23:34 PM »
NetBeans FTW

 :qft:  NetBeans for me as well.
"Build a man a fire, you warm him for a day. Set a man on fire, and he'll be warm for the rest of his life."
PHP = One cool palindrome!

Offline jcombs_31

  • Guru
  • Addict
  • *
  • Posts: 2,426
    • View Profile
    • My Blog
Re: Which PHP Editor do you think is the best? [v2]
« Reply #8 on: November 18, 2009, 02:26:41 PM »
I've been happy with Netbeans.

Offline mikesta707

  • Candy
  • Guru
  • Addict
  • *
  • Posts: 2,951
  • Gender: Male
  • Muscle Museum
    • View Profile
    • Blacks Corner
Re: Which PHP Editor do you think is the best? [v2]
« Reply #9 on: November 18, 2009, 02:38:36 PM »
I love Dreamweaver, and have been using it for a while. NetBeans was really slow when I tried to use it, but I was developing Java applications in it so IDK how well it does with PHP.

I like eclipse instead of Netbeans for Java stuff anyways, and Komodo is pretty cool. NP++ is all around good though, and what I use when I don't have a dedicated IDE for a certain language
Blacks Corner|Strings and Interpolation: A love Story (Part 1)|Strings and Interpolation: A love Story (Part 2)|How to Ask Questions

Appreciate my responses? Read Tutorials I have written here!

Our Woes remain un-rectified, and our souls won't be exhumed

Offline Koobi

  • Hux author
  • Staff Alumni
  • Devotee
  • *
  • Posts: 947
  • Gender: Male
    • View Profile
    • Flingbits
Re: Which PHP Editor do you think is the best? [v2]
« Reply #10 on: November 18, 2009, 02:47:53 PM »
vim is my choice :D


What I really want to use is an editor with File Management capabilties, PHP function recognition, Regex Search and Replace and FTP access, then I believe I'd be a happy camper/coder.  Too bad that editor has to be Dreamweaver.  Perhaps there is another one out there that I don't know about?

file management? do you mean something like Vim Project?

vim has PHP function recognition, you just have to get the file from the vim site.
regex search/replace has always existed in vim too.

ftp is also supported.
although i prefer scp via ssh

every unix/linux machine out there will have vim or vi (older version) on it so if you do get used to vim, doing an urgent remote edit won't be a problem.

there's tons more that vim can do.
i'll admit it's not the most pleasant editor to get used to but once you do start using it, your productivity will shoot skywards because it's so efficient.

Offline Daniel0Topic starter

  • Administrator
  • 'Insane!'
  • *
  • Posts: 11,815
  • Gender: Male
  • ^bb|[^b]{2}$
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #11 on: November 18, 2009, 02:51:53 PM »
There is also a vim plugin for Eclipse.

Offline Dj Kat

  • Addict
  • Posts: 1,507
  • Gender: Male
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #12 on: November 18, 2009, 02:52:21 PM »
Eclipse for me. Works great with Java, Python and PHP. I'm placing my bets that Dreamweaver wont score as high as the in previous thread.

Offline Zane

  • Global Moderator
  • Fanatic
  • *
  • Posts: 3,896
  • Gender: Male
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #13 on: November 18, 2009, 02:55:55 PM »
I was introduced to vi(m) a few years ago when I took Linux Admin and Linux Advanced Admin at my community college.  Like every other *nix head the teacher was completely bonkers over it and preached to us all that it was the greatest thing since sliced bread.

But he made a horrible impression of it to us when he actually got around to showing us.  Although, we weren't using the GUI version (if there is one) it was the CLI based version.  The one in which the only thing I can remember is that in order to exit the program I had to type q and s and number sign and exclamation mark, etc, etc.. more unexplained commands.

I'm sure it's a great editor but I didn't learn a damned thing in those classes.. other than what an rpm was.. and yum, etc. Oh. and how to install it with apt-get/install (assuming that was installed).  Off Topic

Want to thank me?  Contribute to my PayPal piggy-bank

Offline Daniel0Topic starter

  • Administrator
  • 'Insane!'
  • *
  • Posts: 11,815
  • Gender: Male
  • ^bb|[^b]{2}$
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #14 on: November 18, 2009, 02:59:40 PM »
There is a GUI version for it. It's called GVim.