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 Is Best for PHP working Enverment

Discussion in 'PHP' started by i_am_dhaval, Jul 4, 2011.

  1. Terrifyer

    Terrifyer Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    I use notepad2 on Windows and KWrite on Linux. As long as it highlights syntax, that's all I care about.
     
    Terrifyer, Jul 14, 2011 IP
  2. KnuTz

    KnuTz Well-Known Member

    Messages:
    169
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #22
    i use notepad++, stay away from wsiwyg editors..
     
    KnuTz, Jul 14, 2011 IP
  3. coder0403

    coder0403 Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    I'm using EditPlus and still loving this tool.
     
    coder0403, Jul 14, 2011 IP
  4. spletnisistemi

    spletnisistemi Peon

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    I'm using old Zend Studio 5.5a. Other colleages are using Netbeans.
     
    spletnisistemi, Jul 15, 2011 IP
  5. gnomee

    gnomee Greenhorn

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #25
    I use Netbeans on both, Linux and Windows. Choose an IDE with which you're the most productive..
     
    gnomee, Jul 15, 2011 IP
  6. krishmk

    krishmk Well-Known Member

    Messages:
    1,376
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    185
    #26
    I used to work on WebNotepad and later switched to PSPad. PsPad seems to be a good one for PHP Development.
     
    krishmk, Jul 16, 2011 IP
    gnomee likes this.
  7. oltranzista

    oltranzista Peon

    Messages:
    34
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #27
    If you want a php debugger IDE that is free use Netbeans.

    A non-free PHP IDE that is also nice is Nusphere's PHPed.
     
    oltranzista, Jul 20, 2011 IP
  8. multi-task

    multi-task Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #28
    I am old school and a M A C guy, I rock TextEdit!!!! If you are new to the game you might want to use dreamweaver or other that has mark up. That way you know what you are doing along the way.

    -MT
     
    multi-task, Jul 20, 2011 IP
  9. ZeroGamma

    ZeroGamma Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #29
    I personally use Eclipse. Both for web development using the PHP add ons and for Java desktop application development.
     
    ZeroGamma, Jul 20, 2011 IP
  10. CrostE

    CrostE Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    0
    #30
    I like Sublime Text. It costs about $50 or something, but if you want to use it, you can get a license from me, just pm me if so :)
     
    CrostE, Jul 20, 2011 IP
  11. Idealws

    Idealws Greenhorn

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #31
    I can plus 1 this for phpDesigner 7. I have been using this for a few years now and I don't think there is another one out there that compares.

    Regards,
    Ray
     
    Idealws, Jul 20, 2011 IP
  12. suryawl

    suryawl Peon

    Messages:
    54
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    0
    #32
    I always use UltraEdit for editing php code. It uses color to differ between text, function, variabel, html. I love it
     
    suryawl, Jul 22, 2011 IP
  13. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #33
    I've been using PHP Designer for years now, it's just what I'm used to - it's great for what I require (basically HTML/CSS/JS/PHP/Plain Text).

    Netbeans is a great free alternative though
     
    twistedspikes, Jul 23, 2011 IP
  14. ezprint2008

    ezprint2008 Well-Known Member

    Messages:
    611
    Likes Received:
    15
    Best Answers:
    2
    Trophy Points:
    140
    Digital Goods:
    1
    #34
    regular notepad.
    Because if you screw it up it wont tell you , and then you just have to make your code better.

    if it says = "PHP ERROR Line 127"
    then you use notepad's FIND feature and line Feature to GOTO line 127 ..and stare at it until you see what you did wrong, or go to the line above or below . and sometimes if you're using a IF statement you might have left the bottom bracket or nested brackets off ..and that will cost you 20 minutes and then you learn how bad it sucked sitting their scanning the 10 lines of code around a line that has no errors only to see the bottom bracket is missing. a program would just tell you that the If statement was still open. Too easy.
     
    ezprint2008, Jul 25, 2011 IP
  15. Torafox

    Torafox Peon

    Messages:
    220
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #35
    Notepad++ is absolutely awesome and the best Windows-based editor i've ever seen. using it not just for PHP but for pretty much all other Windows editing now. under Linux - Jed or Emacs.
     
    Torafox, Jul 28, 2011 IP