|
form
Required Parameters: array $form, array $table, array $security
Optional Parameters: int $id, array $postFields, bool $anonymous
Returns: array
Description: This function serves as a wrapper for the .form.php include files which contain calls to other form formatting functions. It uses the $form and $table arrays to pull the proper data from the database, which then populates the form fields.
function form($form, $table, $security, $id = '', $postFields = '', $anonymous = FALSE)
|