FIle - /trunk/docs/classes/models/usergroup/wherefirst.md

/trunk/docs/classes/models/usergroup/wherefirst.md
773 bytes
January 20, 2025 at 08:22
4



BaseModel::whereFirst

Usage

?static BaseModel::whereFirst(string $where_sql, [ ... $args ])

Description

Get a model instance of the first record found for a given where clause.

Parameters

Parameter Required Type Description
where_sql Yes string
args No ...

Return

?static

See Also