What is the best PORTABLE PHP IDE?

Discussion in 'PHP' started by meroving, May 1, 2009.

  1. #1
    I am looking for the best php IDE which I can put on a usb stick and take it anywhere I might need to develop with it.

    Right now I have my whole development web server on a usb drive which makes it nice because you can hook it up and develop on any computer.

    Right now I am using Komodo Edit 5.1 Portable, only because it is the best I can find at the moment. Does anyone have other suggestions?
     
    meroving, May 1, 2009 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    Eclipse PDE is portable.
     
    jestep, May 1, 2009 IP
  3. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #3
    not really an ide, but I prefer to use notepad2, contains syntax highlighting. It's only 100kb in size.
     
    Kaizoku, May 2, 2009 IP
  4. austin-G

    austin-G Peon

    Messages:
    435
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just get a text editor that has options for php. I use gPHPedit, a version of gedit with modifications for PHP.
     
    austin-G, May 2, 2009 IP
  5. AustinQPT

    AustinQPT Member

    Messages:
    75
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #5
    I use Notepad++ on the go.
     
    AustinQPT, May 2, 2009 IP
  6. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #6
    USB-stick with PortableApps, TextPad or Notepad++ and EasyPHPportable - all you need, even your own working webserver on a USB-stick.
     
    PoPSiCLe, May 3, 2009 IP
  7. exodus

    exodus Well-Known Member

    Messages:
    1,900
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    165
    #7
    I use pspad and you can install it on a usb drive and just load it anywhere. That is what I do for school.
     
    exodus, May 3, 2009 IP
  8. adkarfaserv

    adkarfaserv Active Member

    Messages:
    208
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #8
    Is the phpEditor portable version available in market?
     
    adkarfaserv, May 29, 2011 IP
  9. DomainerHelper

    DomainerHelper Well-Known Member

    Messages:
    445
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    100
    #9
    I like Editpad Pro, but that's just me.
     
    DomainerHelper, May 29, 2011 IP
  10. manivannang

    manivannang Peon

    Messages:
    117
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I use online tool like filethinge. even though you dont have sysntax highlighting you can see the results on the go. and light on resources
     
    manivannang, Jun 2, 2011 IP
  11. m0nster

    m0nster Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    i use Notepad++ for developing, but i'm not sure if they have a portable version or not, guess u could check it out
     
    m0nster, Jun 2, 2011 IP
  12. luzern

    luzern Peon

    Messages:
    134
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    If you're experienced coder then I'd say Notepad++, although it's basically text editor, not exactly php IDE.
     
    luzern, Jun 2, 2011 IP
  13. banama

    banama Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Notepad ++ can portable
     
    banama, Jun 7, 2011 IP
  14. magran

    magran Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Eclipse PHP - free, cross-platform and portable.
     
    magran, Jun 8, 2011 IP
  15. codecreator2010

    codecreator2010 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I advise you to try Codelobster PHP Edition.
    It's free Portable PHP editor, which can be named valuable IDE.
    Basic features are:
    PHP, HTML, JavaScript, CSS code highlighting
    PHP, HTML, JavaScript, CSS autocomplete
    PHP, HTML, JavaScript, CSS context and dinamyc help
    PHP Debugger
    Code folding (collapsing)
    Pair highlighting, pair selection, tags and attributes selection commands
    Navigation by holding CTRL key for all links, includes and definitions
    Preview in all browsers
    FTP/SFTP support
    HTML/CSS code insector

    I was really impressed possibility Portable and last point - HTML/CSS code insector.
    It allows navigation on HTML code and CSS for visual selected element, and changes
    making not in objective model, like in Chrome or FireBug, but in source.
    http://www.codelobster.com
    ____________________________
     
    codecreator2010, Jun 8, 2011 IP
  16. j_o

    j_o Well-Known Member

    Messages:
    516
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    113
    #16
    NetBeans is pretty good. Although it is not strictly portable, I installed portable apps on my usb and then copied the program files into the portable apps folder and it worked like a charm. That method can be used for a number of programs that dont have portable versions.
     
    j_o, Jun 8, 2011 IP
  17. pr-biztech

    pr-biztech Peon

    Messages:
    76
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    I read all post and I think CodeLobster is more better for you because it offers a portable IDE for PHP along with a number of other common Web languages, such as HTML, CSS and JavaScript. It contains an autocomplete feature.
     
    pr-biztech, Jun 15, 2011 IP
  18. BRUm

    BRUm Well-Known Member

    Messages:
    3,086
    Likes Received:
    61
    Best Answers:
    1
    Trophy Points:
    100
    #18
    Only noobs or large programming teams use IDEs for PHP :p

    Use notepad++ or notepad if you're hardcore hah.

    I develop the GUI, backend and database of my products using nothing but notepad++. Syntax highlighting and collapsible class and functions are what I depend on.
     
    BRUm, Jun 15, 2011 IP
  19. salsan

    salsan Active Member

    Messages:
    190
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #19
    I use Zend editor and it is available in portable version also...
     
    salsan, Jun 18, 2011 IP