Archive

Posts Tagged ‘PHP’

Automate queries with PHP ‘MagicQuery’ Class

September 8th, 2009

MagicQuery is a PHP class that can automate the task of writing INSERT and UPDATE database queries. This is so simple that if you make an HTML form, MagicQuery can write and execute the query for you in just three lines of code no matter how long your form is. Such a class can play down both coding time and chance of errors in the query, because everything in here is pre-tested and automated.

Read more…

jaichand Custom Application Development, PHP , ,

Mylyn:Integrate Bugzilla with Eclipse

June 20th, 2009

What is it?….

Mylyn is a simple eclipse plugin that helps you to manage your bugzilla bugs with in the eclispe platform. In other words you don’t need to use your email any more to get bugzilla bugs. Read more…

aneesh Custom Application Development, PHP , ,