Overview

Packages

  • None
  • Skeleton

Classes

  • Skeleton_Api
  • Skeleton_Block_Example
  • Skeleton_Driver
  • Skeleton_Driver_Sql
  • Skeleton_Exception
  • Skeleton_Factory_Driver
  • Overview
  • Package
  • Class
  • Tree

Class Skeleton_Driver_Sql

Skeleton storage implementation for the Horde_Db database abstraction layer.

Copyright 2007-2012 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.

Skeleton_Driver
Extended by Skeleton_Driver_Sql
Package: Skeleton
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
<p>Class parameters: - db: (Horde_Db_Adapater) A database handle. - table: (string, optional) The name of the database table.</p>

Throws

InvalidArgumentException

Overrides

Skeleton_Driver::__construct()
public
# retrieve( )

Retrieves the foos from the database.

Retrieves the foos from the database.

Throws

Skeleton_Exception
Methods inherited from Skeleton_Driver
listFoos()
API documentation generated by ApiGen