$_params
$_params : array
A hash containing any parameters for the current driver.
Ulaform_Driver_Sql Class
Copyright 2003-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
saveForm(array $info) : integer
Saves the passed form into the db, either inserting a new form if no form_id is available, or updating an existing form if a form_id has been passed.
array | $info | An array with the form details. |
The form id.
saveField( $info) : boolean
Saves the passed field into the db, either inserting a new field if no field_id is available, or updating an existing field if a field_id has been passed.
If no form_id is available will throw an exception.
$info |
True on success.
getForm(integer $form_id, $permission = \Horde_Perms::SHOW) : array
Fetches all the data specific to the supplied form id.
integer | $form_id | The form id of the form to return. |
$permission |
The form data.