FIle - /trunk/docs/classes/models/usergroup/update.md
/trunk/docs/classes/models/usergroup/update.md
|
|
819 bytes
|
|
January 20, 2025 at 08:22
|
|
BaseModel::update
Usage
void BaseModel::update(array $values, [ string $where_sql = '' ], [ ... $args ])
Description
Update multiple records within the database table assigned to the model class.
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| values | Yes | array | |
| where_sql | No | string | |
| args | No | ... |
Return
void