Class Ulaform_Action_Sql
Ulaform_Action_Sql Class provides a Ulaform action driver to submit the
results of a form to database.
Copyright 2004-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.
-
Ulaform_Action
-
Ulaform_Action_Sql
Methods summary
public
|
#
__construct( array $params = array() )
Construct a new SQL storage object.
Construct a new SQL storage object.
Parameters
- $params
- The connection parameters
Throws
InvalidArguementException
Overrides
|
public
boolean
|
#
doAction( mixed $form_params, mixed $form_data, mixed $fields )
Actually carry out the action.
Actually carry out the action.
Returns
boolean True on success.
Throws
|
public static
array
|
#
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.
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
array Array of required parameters.
|
public static
array
|
#
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.
Returns the required parameters for this action driver, used by admin
when configuring an action for a form and set up using Horde_Form.
Returns
array Array of required parameters.
|