API17:JTable::save
From Joomla! Documentation
JTable::save
Description
Method to provide a shortcut to binding, checking and storing a instance to the database table.
public function save (
$src
$orderingFilter= ''
$ignore= ''
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $src | |||
| $orderingFilter | |||
| $ignore |
- Returns
- Defined on line 626 of libraries/joomla/database/table.php
See also
JTable::save source code on BitBucket
Class JTable
Subpackage Database- Other versions of JTable::save
User contributed notes
Code Examples