Procedural File: eDObjectSave.php
Source Location: Program_Root/eDFramework/eDObjectSave.php
Page Details:
Includes:
require_once($base_APATH.'eDFramework.inc.php')
[line 25]
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 $database the name of the database $table the name of the table to update $fields the array of fields to been filled inrequire_once(
$base_APATH.'eDObject.php')
[line 26]