PHP Класс Ulaform_Action_Sql, horde
Copyright 2004-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.
Показать файл
Открыть проект
Защищенные свойства (Protected)
Свойство |
Тип |
Описание |
|
$_charset |
string |
Charset |
|
$_db |
Horde_Db_Adapter |
The database connection object. |
|
Открытые методы
Метод |
Описание |
|
__construct ( array $params = [] ) |
Construct a new SQL storage object. |
|
doAction ( $form_params, $form_data, $fields ) : boolean |
Actually carry out the action. |
|
getInfo ( ) : array |
Identifies this action driver and returns a brief description, used by
admin when configuring an action for a form and set up using Horde_Form. |
|
getParams ( ) : array |
Returns the required parameters for this action driver, used by admin
when configuring an action for a form and set up using Horde_Form. |
|
Защищенные методы
Описание методов
__construct()
публичный Метод
Construct a new SQL storage object.
_createDataTable()
защищенный Метод
Create table for submiting data.
doAction()
публичный Метод
Actually carry out the action.
getInfo()
публичный статический Метод
Identifies this action driver and returns a brief description, used by
admin when configuring an action for a form and set up using Horde_Form.
getParams()
публичный статический Метод
Returns the required parameters for this action driver, used by admin
when configuring an action for a form and set up using Horde_Form.
Описание свойств
$_charset защищенное свойство
protected string $_charset |
Результат |
string |
|
The database connection object.
protected Horde_Db_Adapter $_db |
Результат |
Horde_Db_Adapter |
|