Log
[ class tree: Log ] [ index: Log ] [ all elements ]

File: sql.php

Source Location: /Log-1.12.9/Log/sql.php

Classes:

Log_sql
The Log_sql class is a concrete implementation of the Log:: abstract class which sends messages to an SQL server. Each entry occupies a separate row in the database.

Page Details:

$Header$ $Horde: horde/lib/Log/sql.php,v 1.12 2000/08/16 20:27:34 chuck Exp $
  • Version: $Revision$

Includes:

require_once('DB.php') [line 17]
We require the PEAR DB class. This is generally defined in the DB.php file, but it's possible that the caller may have provided the DB class, or a compatible wrapper (such as the one shipped with MDB2), so we first check for an existing 'DB' class before including 'DB.php'.

Documentation generated on Mon, 11 Mar 2019 16:02:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.