1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Which editor do you use for Php?

Discussion in 'PHP' started by SGBoise, Apr 18, 2008.

  1. #1
    I am looking for a full blown php studio.

    I am fairly new to php. I am switching over from Vb.net and I haven't been able to find a editor that is comparable to Visual Studio 2005.

    Right now I am using PhpEd and might stick to it unless I can find something better.

    The debuggers work pretty well on all of the programs except for Eclipse it's way to too complicated. You have to create a debugging profile for each php file you want to debug with bunch of settings to choose from.

    VS would automatically tab the line of code to where they should be in the loop. With PhpEd I notice myself spending more than trying to make sure that line of code tabbed into the right spot. PhpEd does it but only for a new line of code. If I go back and start a new line it will leave the code where I started typing it.

    I have tried all of these:

    PhpDesigner - keeps losing my auto correct settings.
    Eclipse - way too complex
    Vs.php - Didn't like it. Can't remember why.
    PhpEd - doesn't have a shortcut for adding phpdocs comments like phpdesigner. Also the color coding is pretty lame compared to PhpDesigner.

    What do you guys use and why?
     
    SGBoise, Apr 18, 2008 IP
  2. raymond222

    raymond222 Active Member

    Messages:
    287
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #2
    You can use Notepad++ if you want a free tool, however I use Dreamweaver 8. This is great tool for almost any web programming language...
     
    raymond222, Apr 19, 2008 IP
  3. real_skinner

    real_skinner Notable Member

    Messages:
    2,400
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    215
    #3
    For me Dreamweaver is always the best.....
     
    real_skinner, Apr 19, 2008 IP
  4. phpl33t

    phpl33t Banned

    Messages:
    456
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Edit Pad Pro - The best I have ever used. Recursive search and replace, convert to unix/mac/winblows, even regex!
     
    phpl33t, Apr 19, 2008 IP
  5. wisdomtool

    wisdomtool Moderator Staff

    Messages:
    15,825
    Likes Received:
    1,367
    Best Answers:
    1
    Trophy Points:
    455
  6. Panzer

    Panzer Active Member

    Messages:
    381
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #6
    I use Eclipse with the PDT plugin, once you learn how to use it, its godly.
     
    Panzer, Apr 19, 2008 IP
  7. phpl33t

    phpl33t Banned

    Messages:
    456
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #7
    DOS edit or notepad, ouch man, that's like coding with one finger or riding a tricycle to work. lol. As far as debuggers, nothing works better than paying attention to detail, proper project planning, and turning error reporting to 2047.
     
    phpl33t, Apr 19, 2008 IP
  8. nation-x

    nation-x Peon

    Messages:
    59
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    PDT and Notepad++
     
    nation-x, Apr 19, 2008 IP
  9. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #9
    i use tinymce which is free and best. i have compiled a good list of free php editors here
     
    olddocks, Apr 19, 2008 IP
  10. Providence

    Providence Peon

    Messages:
    568
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I always use PSPad. It's free and has many features. I've been using it for years. Macromedia Dreamweaver is just too bulky and slow.
     
    Providence, Apr 19, 2008 IP
  11. phpl33t

    phpl33t Banned

    Messages:
    456
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #11
    tinymce for coding? A wysiwyg??
     
    phpl33t, Apr 19, 2008 IP
  12. Rory M

    Rory M Peon

    Messages:
    1,020
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I use Zend Development Environment (For Mac) and it really saves me a lot of work. It's instant validation and obvious debugging features are a dream to work with. Pricy though
     
    Rory M, Apr 19, 2008 IP
  13. seeeecret

    seeeecret Well-Known Member

    Messages:
    352
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #13
    seeeecret, Apr 19, 2008 IP
  14. Student Gamers

    Student Gamers Banned

    Messages:
    47
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I use Rapid PHP 2006 ( out of date now ) but Zend is the best path if you have the money to buy it as it costs quite a bit, i think.
     
    Student Gamers, Apr 19, 2008 IP
  15. Craig L

    Craig L Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Komodo Edit is a nice free editor.
    activestate.com
     
    Craig L, Apr 19, 2008 IP
  16. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #16
    I use Eclipse/PDT or gEdit, both customised heavily with plugins.

    Care to explain? (e.g. is the problem setting up the workspace, using it etc.) It can be as simple or as complex as you want it to be. I remember first using it when I would just have two panes (the editor and a navigator) and then gradually got accustomed to it.
     
    krt, Apr 20, 2008 IP
  17. yowan

    yowan Active Member

    Messages:
    122
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #17
    still using scintilla for my coding needs as I don't like complicated many features editor.
     
    yowan, Apr 20, 2008 IP
  18. Nestrer

    Nestrer Well-Known Member

    Messages:
    1,663
    Likes Received:
    103
    Best Answers:
    0
    Trophy Points:
    135
    #18
    I use Notepad.exe :)
     
    Nestrer, Apr 20, 2008 IP
  19. doro

    doro Active Member

    Messages:
    306
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #19
    I use Editplus.
     
    doro, Apr 20, 2008 IP
  20. nks

    nks Well-Known Member

    Messages:
    1,602
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    160
    #20
    A simple text editor would be sufficient, don't think I need any sophisticated PHP editor. Sometimes it can make things worse.
     
    nks, Apr 20, 2008 IP