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.

Free PHP IDE for Mac with FTP?

Discussion in 'PHP' started by T0PS3O, Jul 22, 2006.

  1. #1
    Can any of you please recommend a good PHP IDE? I'm used to Zend Studio but just need something free for my Mac for occasional quick edits. Built-in FTP is pretty much a must - I like live editing.
     
    T0PS3O, Jul 22, 2006 IP
  2. SumitBahl

    SumitBahl Reign of Chaos

    Messages:
    5,170
    Likes Received:
    596
    Best Answers:
    0
    Trophy Points:
    310
    #2
    SumitBahl, Jul 22, 2006 IP
    T0PS3O likes this.
  3. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #3
    T0PS3O, Jul 22, 2006 IP
    SumitBahl likes this.
  4. DrMalloc

    DrMalloc Peon

    Messages:
    130
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I've recently switched almost all my code work over to using SVN (aka Subversion). It helps to be able to do live editing on my own machine using my editor of choice, and have the changes committed and mirrored to my live server when they're ready. I'm just throwing that out there for anyone else who might want to give a shot, learning to use svn (or cvs, but that has less fancy functionality!) really helps productivity.
     
    DrMalloc, Jul 22, 2006 IP
  5. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Good idea, thanks for mentioning it. Do IDE's 'plug' into SVn directly for syncing or is it still FTP?
     
    T0PS3O, Jul 22, 2006 IP
  6. DrMalloc

    DrMalloc Peon

    Messages:
    130
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I'm fairly sure that a lot of IDEs and editors do implement svn functionality, but your experience may be different. Tortoise SVN for Windows has a shell extension to transparently add svn functions to the context menu.
     
    DrMalloc, Jul 22, 2006 IP
  7. petronel

    petronel Peon

    Messages:
    113
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    can you give a link to a good tutorial on how to setup and use SVN with php+mysql web developing ?
    thanks
     
    petronel, Jul 23, 2006 IP
  8. DrMalloc

    DrMalloc Peon

    Messages:
    130
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #8
    http://svnbook.red-bean.com/

    That's a free online version of the o'reilly SVN book, probably the best source for tutorials on general use of SVN. As for PHP/MySQL in particular, i keep all code from the project committed into the repository, with only my config.inc.php excluded. That way i can run the same code on any number of machines/servers and provide a different database server if needed.
     
    DrMalloc, Jul 23, 2006 IP
  9. callpri

    callpri Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #9
    I highly recommend Codelobster IDE: http://www.codelobsteride.com
     
    callpri, Jan 3, 2018 IP