Procedural File: sql.lib.php
Source Location: /shared/libs/sql.lib.php
Page Details:
SQL Layer Package
The SQL layer package is an object created by Monte Ohrt originally used in a Smarty sample application. This object makes it easy to query a database while only issuing the simplest of commands. This object also makes it possible to add as many commonly used features of PEAR::DB as you like, and make them easier to use with more developer-friendly method names, as well as preferred default settings.
Tags:
SQL_ALL [line 31]
SQL_ASSOC [line 38]
SQL_INDEX [line 39]
SQL_INIT [line 32]
SQL_NONE [line 30]
|