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.
파일 보기
프로젝트 열기: horde/horde
보호된 프로퍼티들
공개 메소드들
메소드 |
설명 |
|
__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 a new SQL storage object.
_createDataTable()
보호된 메소드
Create table for submiting data.
Actually carry out the action.
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.
Returns the required parameters for this action driver, used by admin
when configuring an action for a form and set up using Horde_Form.
프로퍼티 상세
protected string $_charset |
리턴 |
string |
|
The database connection object.
protected Horde_Db_Adapter $_db |
리턴 |
Horde_Db_Adapter |
|