Property | Type | Description | |
---|---|---|---|
$_db | Horde_Db_Adapter | Handle for the current database connection. | |
$_foo | array | Storage variable. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Constructs a new SQL storage object. | |
retrieve ( ) | Retrieves the foos from the database. | |
store ( $data ) | Stores a foo in the database. |
public __construct ( array $params = [] ) | ||
$params | array | Class parameters: - db: (Horde_Db_Adapater) A database handle. - table: (string, optional) The name of the database table. |
protected Horde_Db_Adapter $_db | ||
return | Horde_Db_Adapter |