Back
SQL Abstraction Layer (SAL)
SAL provides a set of classes for creating and manipulating SQL statements. This makes it easy to refer to your SQL statements by-name instead of by-value, increasing portability. It also means you do things like have a search form generate SQL (including arbitrary SQL joins) on the fly.
Download this script