If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > What is your preferred PHP editor?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-11-11, 06:27
Kailee Kailee is offline
Registered User
 
Join Date: Jun 2011
Posts: 15
What is your preferred PHP editor?

I am using PSPad right now, it's a simple text editor with syntax highlighting. I like it because it can open almost any type of text file and it is fast (many times faster than Dreamweaver).

What PHP editor are you using and why?
Reply With Quote
  #2 (permalink)  
Old 06-11-11, 18:29
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
htmlkit from chami soft is fine

however if you use something like eclipse you can get access to debugging tools from the scripts execution. it can be a pain to set up, Ive never actually done a setup but its supposed to make developing in PHP much more user friendly, and easier to track down some of the more frustrating bugs in php
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 06-12-11, 02:16
Backslider Backslider is offline
Banned
 
Join Date: Jun 2011
Posts: 40
To me Dreamweaver and HTMLkit are designed for people who don't really know how to code.

I have PSPad, however it has some nasty habits like doubling line spaces, which makes code really difficult to read.... will get around to removing it!

I have used Ultraedit for many years and its my standard editor.
Reply With Quote
  #4 (permalink)  
Old 06-12-11, 05:44
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,519
vi

(this message is too short for some reason)
__________________
Mike
Reply With Quote
  #5 (permalink)  
Old 06-12-11, 18:18
Backslider Backslider is offline
Banned
 
Join Date: Jun 2011
Posts: 40
Quote:
Originally Posted by mike_bike_kite View Post
vi
Well yeah, if you are into that kind of thing. Much prefer point and click, 21st century kind of computing, rather than something that you need a "Doctorate in Vi" just to be able to use..... much more important things to be concerned with
Reply With Quote
  #6 (permalink)  
Old 06-13-11, 05:38
Kailee Kailee is offline
Registered User
 
Join Date: Jun 2011
Posts: 15
I think more people use Dreamweaver so any one here who explain why dreamweaver is more people use it? Where it is different from pspad?
Reply With Quote
  #7 (permalink)  
Old 06-13-11, 13:42
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,609
Ultraedit is very, very good and it runs on many platforms (including most *nix varients).

UEStudio is my tool of choice for editing almost anything, but it only runs on the Windows platform. UEStudio offers some truly luxurious tools for editing, debugging, and managing PHP projects.

-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.
Reply With Quote
  #8 (permalink)  
Old 06-14-11, 06:20
Kailee Kailee is offline
Registered User
 
Join Date: Jun 2011
Posts: 15
Thanks for giving me valuable answer which is helped me.
Reply With Quote
  #9 (permalink)  
Old 06-27-11, 02:34
ianemv ianemv is offline
Registered User
 
Join Date: Jun 2011
Posts: 1
Nice inputs

It's good that I joined this forum site.

I'm using most of the time Notepad++ while Eclipse sometimes if it requires SVN or GIT access.
Reply With Quote
  #10 (permalink)  
Old 06-29-11, 23:45
codemerge codemerge is offline
Registered User
 
Join Date: Feb 2010
Posts: 4
I am currently using PhpStorm from jetbrains.

It does what i want and much more. It is very powerful.

I switched from eclipse after i had some problem with it and didn't get much help from forums.

phpstorm community is more supportive. it has vi plugin for user who are used to vi.

give it a try and you won't look back.
Reply With Quote
  #11 (permalink)  
Old 08-26-11, 13:28
jx12345 jx12345 is offline
Registered User
 
Join Date: Apr 2010
Posts: 51
notepad++
d
x
Reply With Quote
  #12 (permalink)  
Old 09-25-11, 05:48
vibhavram vibhavram is offline
Registered User
 
Join Date: May 2010
Location: Hyderabd
Posts: 12
I think phpDesigner is the best.

I think phpDesigner2008 is the best editor to use because it almost work like visual studio editor. We can easily jump to the function declarations and variable definitions as in visual studio. This works best when modifying open source php projects.
Reply With Quote
  #13 (permalink)  
Old 10-05-11, 02:09
rinasparks rinasparks is offline
Registered User
 
Join Date: Oct 2011
Posts: 2
If you are just starting i have to agree with jx12345 and ianemv notepad++ is definitely easy to use, but if you are in the intermediate level already with php and find notepad++ so plain, I use phpDesigner 7
Reply With Quote
  #14 (permalink)  
Old 01-21-12, 22:39
a1228 a1228 is offline
Registered User
 
Join Date: Jan 2012
Posts: 3
editplus and pspad
Reply With Quote
  #15 (permalink)  
Old 01-22-12, 09:22
shureg shureg is offline
Registered User
 
Join Date: Oct 2011
Location: Hamburg, Germany
Posts: 15
for small change notepad++
otherwise eclipse
Reply With Quote
Reply

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

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