When you code in PHP?

Discussion in 'PHP' started by Sir Rusty, May 17, 2008.

  1. whirlybird20

    whirlybird20 Guest

    Messages:
    462
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #21
    I use intype, it is amazing! When you are coding in php you can do things like type "if" then press tab and intype inserts all this code

    if ( condition )
    {
    # code...
    }

    , and selects "condition" so that you can easily edit it. You should have a look at this video to see more about the snippets. http://intype.info/screencasts/snippets/

    You can get intype from here http://intype.info
     
  2. Ratty

    Ratty Active Member

    Messages:
    565
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    95
    Digital Goods:
    1
    #22
    Does nobody use Textpad any more? Textpad is cool.
     
    Ratty, May 20, 2008 Set Best Answer IP
  3. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #23
    Hmm. Thats decent. It would annoy me more than help me though, but to each his own - if it works for you, thats all that matters.
     
  4. cornetofreak

    cornetofreak Peon

    Messages:
    170
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #24
    i use dreamweaver to design and use Notepad++ to do a fast mob saves opening DW for summat simple :)
     
  5. ggggqqqqihc

    ggggqqqqihc Peon

    Messages:
    92
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #25
    Obviouse Zend Studio is best for PHP, but it's too expensive...

    The free editor is Notepad++. Also, Scite is much good, too.
     
  6. Pinoguin

    Pinoguin Peon

    Messages:
    848
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #26
    Me too :D I don't have to load up those resource hogging apps (but only on special occasions)
     
    Pinoguin, May 22, 2008 Set Best Answer IP
  7. anwaraa

    anwaraa Active Member

    Messages:
    167
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    90
    Digital Goods:
    2
    #27
    I have always used notepad for php and html. It is simple and gets the job done.
     
    anwaraa, May 22, 2008 Set Best Answer IP