API17:JUser::save
From Joomla! Documentation
JUser::save
Description
Method to save the object to the database.
public function save ($updateOnly=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $updateOnly | boolean | false | Save the object only if not a new user |
See also
JUser::save source code on BitBucket
Class JUser
Subpackage User- Other versions of JUser::save
User contributed notes
Code Examples