![]() |
Xataface
2.0alpha2
Xataface Application Framework
|
An AJAX action that inserts a new record into the database. More...
Public Member Functions | |
| handle ($params) | |
| out ($params) | |
An AJAX action that inserts a new record into the database.
| 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_insert.php.
| handle | ( | $params | ) |
Definition at line 27 of file ajax_insert.php.
| out | ( | $params | ) |
Definition at line 73 of file ajax_insert.php.
1.8.1.2