Procedural File: eDObject_save.php
Source Location: Program_Root/eDFramework/eDObject_save.php
Page Details:
Includes:
require(
'config.php')
[line 17]
Save an Object
Generic script to update or create object records in the default MySQL db Architecture is based on:
- one table which records are created or updated via the same form
- means the form is used in edit or create mode
- form action is the object_save.php supporting update or create mode
$gotoURL path from the webserver root of the page to redirect this script to $objectName the name of the object related to the table $table the name of the table to update $fields the array of fields to been filled in