Overview

Packages

  • Kolab
  • None

Classes

  • Kolab_Api
  • Kolab_Application
  • Kolab_Block_Example
  • Kolab_Driver
  • Kolab_Driver_Sql
  • Kolab_Exception
  • Kolab_Factory_Driver
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class Kolab_Driver_Sql

Kolab storage implementation for the Horde_Db database abstraction layer.

Copyright 2007-2017 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.

Kolab_Driver
Extended by Kolab_Driver_Sql
Package: Kolab
Category: Horde
Author: Your Name you@example.com
Located at Driver/Sql.php
Methods summary
public
# __construct( array $params = array() )

Constructs a new SQL storage object.

Constructs a new SQL storage object.

Parameters

$params

Class parameters: - db: (Horde_Db_Adapater) A database handle. - table: (string, optional) The name of the database table.

Throws

InvalidArgumentException

Overrides

Kolab_Driver::__construct()
public
# retrieve( )

Retrieves the foos from the database.

Retrieves the foos from the database.

Throws

Kolab_Exception
Methods inherited from Kolab_Driver
listFoos()
API documentation generated by ApiGen