![]() |
Xataface
2.0alpha2
Xataface Application Framework
|
An AJAX action that saves some values to a record. More...
Public Member Functions | |
| handle ($params) | |
| out ($params) | |
An AJAX action that saves some values to a record.
| String | –record_id The record ID of the record to save. |
The values that you want to save should be passed directly as POST variables with the column names as the key and the value to save as the value.
Definition at line 25 of file ajax_save.php.
| handle | ( | $params | ) |
Definition at line 27 of file ajax_save.php.
| out | ( | $params | ) |
Definition at line 79 of file ajax_save.php.
1.8.1.2