What programs do you use for PHP programming?

Discussion in 'Hardware' started by jezmck, 25 Sep 2005.

?

What do you use?

  1. Notepad (or similar)

    47.1%
  2. Dreamweaver (or similar)

    26.5%
  3. Eclipse (or similar IDE)

    2.9%
  4. Zend Studio

    14.7%
  5. Other

    29.4%
Multiple votes are allowed.
  1. jezmck

    jezmck Minimodder

    Joined:
    25 Sep 2003
    Posts:
    4,456
    Likes Received:
    36
    ATM, I just use Dreamweaver so I can upload my files most easily, and because it does code-colouring; but I have been wondering if I'd be better off using an Eclipse plugin or something.
    (I should probably install Apache too, so I don't have to upload files to test!)

    What do you use?
     
  2. RTT

    RTT #parp

    Joined:
    12 Mar 2001
    Posts:
    14,120
    Likes Received:
    74
    Zend Studio. By the same people who 'do' php and is available for Windows, Linux and Mac.

    (and added to the poll for good measure)
     
  3. Leeum

    Leeum What's a Dremel?

    Joined:
    16 Feb 2004
    Posts:
    2,494
    Likes Received:
    1
    Dreamweaver here :) I like the way your Fireworks designs go straight into it without any problems.
     
  4. [Jonny]

    [Jonny] What's a Dremel?

    Joined:
    1 Sep 2003
    Posts:
    296
    Likes Received:
    0
  5. jezmck

    jezmck Minimodder

    Joined:
    25 Sep 2003
    Posts:
    4,456
    Likes Received:
    36
    will def have a look, and thanks for the addition - makes a more useful poll :)
     
  6. Nath

    Nath Your appeal has already been filed.

    Joined:
    28 Dec 2003
    Posts:
    2,409
    Likes Received:
    1
  7. hitman012

    hitman012 Minimodder

    Joined:
    6 May 2005
    Posts:
    4,877
    Likes Received:
    19
  8. SJH

    SJH Minimodder

    Joined:
    24 Dec 2003
    Posts:
    1,427
    Likes Received:
    5
    EditPlus, does the whole lot: PHP, (X)HTML, CSS, JavaScript, etc...
     
  9. hacker 8991

    hacker 8991 What's a Dremel?

    Joined:
    8 Jan 2004
    Posts:
    643
    Likes Received:
    1
  10. Firehed

    Firehed Why not? I own a domain to match.

    Joined:
    15 Feb 2004
    Posts:
    12,574
    Likes Received:
    16
    Notepad. Not providing a link. If you can't find it... well... let's hope you can.

    Of course, my PHP is VERY basic. But it makes the page work how I need. I do all my web coding in notepad though, be it html, php, js, css/related or... well that's all I really do. Most of my original work is plain HTML, a lot of the rest is just tweaking free code (phpbb, menu scripts). I think my only original php work is just using the page.php?thing=somethingelse to load somethingelse.txt into the page. But like I said, it gets the job done.

    I should get something that does coloring of sorts though. I did all my old C work with Dev-C++ which colorcodes to a limited extent, but as soon as I save as something other than c/cpp/h etc, it stops coloring :(
     
  11. tuteja1986

    tuteja1986 What's a Dremel?

    Joined:
    25 Sep 2005
    Posts:
    48
    Likes Received:
    0
    editplus 2 but i am not a fan of PHP since it takes longer to do than plain good old XHTML 1.0 strict + CSS + javascript. err i am lazy :(
     
  12. jezmck

    jezmck Minimodder

    Joined:
    25 Sep 2003
    Posts:
    4,456
    Likes Received:
    36
    I'm just starting to do more advanced PHP, including more DB interaction, and need something more robust and up to date than my current version of Dreamweaver.

    Thanks for the replies everyone - I will be looking at those this morning.
     
  13. Go4t

    Go4t i

    Joined:
    13 Dec 2003
    Posts:
    939
    Likes Received:
    1
    Vim, nano, occasionally Dreamweaver, Macromedia Homesite, Bluefish, and SubEthaEdit on my mac at work.
     
  14. simon w

    simon w What's a Dremel?

    Joined:
    3 Nov 2003
    Posts:
    1,302
    Likes Received:
    0
    Just started using Zend 5 beta, but also frequently use Kate and vi
     
  15. _Fathom17_

    _Fathom17_ What's a Dremel?

    Joined:
    20 Sep 2005
    Posts:
    26
    Likes Received:
    0
    cant believe people still use vi!
     
  16. eek

    eek CAMRA ***.

    Joined:
    23 Jan 2002
    Posts:
    1,600
    Likes Received:
    14
    always use scite tbh!
    I wrote my 3rd year project (almost 8k lines of code) in it without a hitch!

    I just like to have something light which can do colour coding, most other features that other progs advertise arnt really of much interest to me!
     
  17. theurgy

    theurgy What's a Dremel?

    Joined:
    8 Oct 2004
    Posts:
    289
    Likes Received:
    0
  18. ch424

    ch424 Design Warrior

    Joined:
    26 May 2004
    Posts:
    3,112
    Likes Received:
    41
    I use metapad on windows, and gedit on Linux. gedit is awesome: it can colour-code anything.

    ch424
     
  19. simon w

    simon w What's a Dremel?

    Joined:
    3 Nov 2003
    Posts:
    1,302
    Likes Received:
    0
    I only use it when I'm SSH'ed into a server and there isn't much choice. However most of the ~30 other developers at work use vi all day, every day...
     
  20. doryakov

    doryakov What's a Dremel?

    Joined:
    8 Aug 2005
    Posts:
    254
    Likes Received:
    0
    notepad its the simple program
     

Share This Page