Download List

Projeto Descrição

The SQL Abstraction Layer (SAL) provides a set of classes for creating and manipulating SQL statements in PHP. 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. SAL is part of the Enzyme open-source project.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:13 Back to release list
0.5.1

Suporte para combinar dois objetos arbitrários SQL SELECT, a fim de simular sub-selects em sistemas como o MySQL que não suporte a sintaxe SQL adequada.
Support for combining two arbitrary SQL SELECT objects, in order to simulate sub-selects on systems like MySQL that don't support the proper SQL syntax.

Project Resources