SQL Query Builder

SQL Query Builder is a PHP 5 class that generates simple SQL queries (select, insert, update, and delete) that can be sent to an SQL server. It provides an intuitive class-based way to build queries instead of crafting complicated one-line or concatenated-string queries by hand. It is very useful for dynamic queries, and is appropriate for AJAX applications. It also features simple and optional error reporting.

Tags Database
Implementation SQL PHP

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  06 Jan 2006 04:30
  • Rrelease-after

No changes have been submitted for this release.

Rss Recent comments

Rcomment-before 06 Jan 2006 07:56 Rcomment-trans aaronmueller Rcomment-after

Uhm ...
Sorry, but this pice of code is useless (for me). I write the query much faster in one line instead of set all query-parameters with seperate methods.

The Insert-Method is good, but you can overload the method to set a new colum + value in one line e.g.

$query->addColumn("email", "david@example.com");

732869f3e75cdafd93fc449e713b57ef_thumb

Project Spotlight

Krecipes

A tool for organizing your recipes.

926339b59ff75b41f6654f5911e1f4ce_thumb

Project Spotlight

SOFA Statistics

A statistics and analysis program.