Overview

Packages

  • Horde
    • Block
  • None
  • Ulaform

Classes

  • Ulaform
  • Ulaform_Action
  • Ulaform_Action_Mailto
  • Ulaform_Action_Sql
  • Ulaform_Api
  • Ulaform_Driver
  • Ulaform_Driver_Sql
  • Ulaform_Exception
  • Ulaform_Factory_Action
  • Ulaform_Factory_Driver
  • Overview
  • Package
  • Class
  • Tree

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
Extended by Ulaform_Action_Sql
Package: Ulaform
Author: Vilius Ĺ umskas vilius@lnk.lt
Located at Action/Sql.php
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

Ulaform_Action::__construct()
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

Ulaform_Exception
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.
Methods inherited from Ulaform_Action
getDrivers()
API documentation generated by ApiGen