PHP Класс Kolab_Driver_Sql, horde

Copyright 2007-2016 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.
Автор: Your Name ([email protected])
Наследование: extends Kolab_Driver
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_db Horde_Db_Adapter Handle for the current database connection.
$_foo array Storage variable.

Открытые методы

Метод Описание
__construct ( array $params = [] ) Constructs a new SQL storage object.
retrieve ( ) Retrieves the foos from the database.

Описание методов

__construct() публичный Метод

Constructs a new SQL storage object.
public __construct ( array $params = [] )
$params array Class parameters: - db: (Horde_Db_Adapater) A database handle. - table: (string, optional) The name of the database table.

retrieve() публичный Метод

Retrieves the foos from the database.
public retrieve ( )

Описание свойств

$_db защищенное свойство

Handle for the current database connection.
protected Horde_Db_Adapter $_db
Результат Horde_Db_Adapter

$_foo защищенное свойство

Storage variable.
protected array $_foo
Результат array