Page 1 of 1

free IDE for php(linux)

Posted: Fri Sep 18, 2009 6:47 am
by arjun
suggest me a gud free IDE for php on linux(fedora core)

Re: free IDE for php(linux)

Posted: Fri Sep 18, 2009 12:06 pm
by Doug G
IDE is getting pretty old, you might look at SATA instead.

Re: free IDE for php(linux)

Posted: Fri Sep 18, 2009 12:41 pm
by arjun
dude i asked for integrated development environment not hard drives

Re: free IDE for php(linux)

Posted: Fri Sep 18, 2009 1:40 pm
by volomike
Yet again my recommendation is...

YUM-based Linuxes:
$ sudo yum install gedit
$ sudo yum install gedit-plugins

APT-based Linuxes:
$ sudo apt-get update
$ sudo apt-get install gedit
$ sudo apt-get install gedit-plugins

Check off File Browser Pane in the Plugins tab inside Gedit, and then learn the other options available to you in Gedit.

Check off External Tools in the Plugins tab and then edit External Tools from the menus. Add a "PHP Lint" option and then set the command to "php -l". If you have PHP command-line installed in addition to PHP for your web server, then the "php -l" command will work. Set it to run against the "Current Document". Now you have a way to test for syntax errors on a given page.

Works like a charm and gets the job done. Very few people know about this for some reason.

Re: free IDE for php(linux)

Posted: Fri Sep 18, 2009 10:07 pm
by Doug G
arjun wrote:dude i asked for integrated development environment not hard drives
Gosh, I never would have guessed :D

Re: free IDE for php(linux)

Posted: Sat Sep 19, 2009 8:17 am
by jackpf
Doug G wrote:IDE is getting pretty old, you might look at SATA instead.
good one lol