Categories
Archives
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- August 2008
- July 2008
- June 2008
- November 2007
- October 2007
- July 2007
- June 2007
- April 2007
- January 2007
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
Tools




Making Eclipse for PHP Useful
Out of the box, Eclipse for PHP is lacking a few vital features.
Problem: How do I run SQL queries in Eclipse?
Solution: The SQL Explorer plugin.
To install:
Problem: Okay, I can run some queries now, but not against Microsoft SQL Server!
Solution: Use the jTDS JDBC driver. (Note: In my experience, this driver is much faster and more reliable than the driver you can get from Microsoft.)
To use:
Problem: What about editing files on a remote server? The built in Remote System Explorer doesn’t seem to work…
Solution: Use CDT and Target Management (this includes a working version of Remote System Explorer).
To install CDT:
To install Target Management (requires CDT):
To connect to a Linux box over SSH:
Related Posts: