File/lib/Storage/sql.php

Description

Ingo_Storage_sql implements the Ingo_Storage API to save Ingo data via PHP's PEAR database abstraction layer.

Required values for $params:

   'phptype'  - The database type (e.g. 'pgsql', 'mysql', etc.).
   'charset'  - The database's internal charset.

Required by some database implementations:

   'database' - The name of the database.
   'hostspec' - The hostname of the database server.
   'protocol' - The communication protocol ('tcp', 'unix', etc.).
   'username' - The username with which to connect to the database.
   'password' - The password associated with 'username'.
   'options'  - Additional options to pass to the database.
   'tty'      - The TTY on which to connect to the database.
   'port'     - The port on which to connect to the database.

The table structure can be created by the scripts/drivers/sql/ingo.sql script.

$Horde: ingo/lib/Storage/sql.php,v 1.21.2.7 2009/07/24 14:08:17 jan Exp $

See the enclosed file LICENSE for license information (ASL). If you did not receive this file, see http://www.horde.org/licenses/asl.php.

Classes
Class Description
 class Ingo_Storage_sql Ingo_Storage_sql implements the Ingo_Storage API to save Ingo data via PHP's PEAR database abstraction layer.
 class Ingo_Storage_filters_sql Ingo_Storage_filters_sql is the object used to hold user-defined filtering rule information.

Documentation generated on Sun, 30 Jan 2011 05:29:31 +0000 by phpDocumentor 1.4.3