API17:JModelAdmin::save
From Joomla! Documentation
JModelAdmin::save
Description
Method to save the form data.
public function save ($data)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | array | The form data. |
- Returns boolean True on success.
- Defined on line 482 of libraries/joomla/application/component/modeladmin.php
- Since

See also
JModelAdmin::save source code on BitBucket
Class JModelAdmin
Subpackage Application- Other versions of JModelAdmin::save
User contributed notes
Code Examples