Results 1 to 7 of 7

Thread: Best PHP Development Tool

  1. #1
    Join Date
    Jul 2005
    Beans
    269
    Distro
    Edubuntu 7.04 Feisty Fawn

    Best PHP Development Tool

    Hi,

    Basically, I am looking for the best PHP development tool for Ubuntu.

    What I am looking for is a IDE that I can edit a script in, and then just run it. I am also looking for something that will allow me to use mySQL with PHP as well.

    So basically, a IDE that integrates with a localhost for PHP development.

    Thanks, Josh.
    Hundreds of online flash games: OzGaming.

  2. #2
    Join Date
    Apr 2008
    Location
    /home/ibutho
    Beans
    1,365

    Re: Best PHP Development Tool

    I don't know of a "best", but you could try Zend Studio. I prefer HTML editors like Quanta, BlueFish and Aptana.

  3. #3
    Join Date
    Oct 2007
    Beans
    133
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Best PHP Development Tool

    Some people would suggest using Eclipse PDT, but personally i don't like eclipse

    Personally I like using netbeans for c++ and now they released a php/javascript/css-plugin, which is very good

    Or just use gedit, there you lern php at it's best (: syntax highlighting, tabbing and stuff is included

    You can also make your mind up for yourself by trying out these : http://en.wikipedia.org/wiki/Compari...vironments#PHP
    Last edited by henchman; June 26th, 2008 at 09:13 AM.

  4. #4
    Join Date
    Oct 2007
    Location
    Belgium
    Beans
    146
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Best PHP Development Tool

    hi,

    I am PHP developper and work in Ubuntu.
    I personally love to work with Zend Studio as it is a tool that was especially designed for PHP. (Eclipse as well by the way but I have not tested their latest version).

    Next to that, I believe you can try it for free during 30 days after registering on their website... so just give it a shot !

    Be aware though there is a little issue after the installation and you might want to check out the following link:
    http://www.zend.com/forums/index.php...e3d79040f3f48d

    hope it helps,

  5. #5
    Join Date
    Oct 2007
    Beans
    133
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Best PHP Development Tool

    zend seems to be really nice, but if you dont't need it professionaly, nearly 500 bucks is a bit much

  6. #6
    Join Date
    Jul 2005
    Beans
    269
    Distro
    Edubuntu 7.04 Feisty Fawn

    Re: Best PHP Development Tool

    I have decided with just going with setting up a local server on my computer. I figured it would be the best, and most customizable way. What I wanted was to save the hassle of uploading it to a webserver and testing it.

    Zend looks great, but as henchman said, 500 bucks is a bit too much, as I don't need it professionally (just a student).

    - Josh
    Hundreds of online flash games: OzGaming.

  7. #7
    Join Date
    Apr 2006
    Beans
    1,030
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Best PHP Development Tool

    Hi

    I'm a professional PHP developer as my job and this is what I use.

    I recommend gPHPEdit as the best editor I've used, (i've used eclipse and it didn't impress me), its just straightforward and has code complete as well as code debugger.

    Also, install a LAMP server to help with running them and testing database driven things.

    I have a windows xp virtual box machine running too to test with ie6 as I dont get good behaviour of ie4linux on my machine. to access my apache server on the same machine I set the hosts file in C:/windows/system32/drivers/etc/hosts to point to the IP of my ubuntu machine so that I can just type http://webserver/ and I get the same site via the local LAN.

    And finally, install the firebug and web developer plugins for firefox and together they make a kick *** set of dev tools that will work really well.

    Well thats what works for me, hope that helps.

    Mike

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •