API17

API17:JTable::save

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples