aql/save
From SkyPHP
aql | aql save |
Ajax Usage
Post values to the following page to have them saved:
/aql/save/$model
An html response indicates that the values were saved successfully, or if there was a) validation error, or b) missing required fields
Example
Known Bugs
- When saving multiple records using a multi-table model, aql::save() will only autolink one of the foreign keys of a linking table.
- auto save: mod__person_id, insert_time, update_time
