JControllerForm::save
Method to save a record.
Signature
public function save([string
$key = null,
[string
$urlVar = null]] )
Parameters
-
$key
- The name of the primary key of the URL variable.
-
$urlVar
- The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
Returns
- boolean
- True if successful, false otherwise.