db\Query one()

one() public method

Executes the query and returns a single row of result.

public array|boolean one ( $db = null )
$db yii\db\Connection

The database connection used to generate the SQL statement. If this parameter is not given, the db application component will be used.

return array|boolean

The first row (in terms of an array) of the query result. False is returned if the query results in nothing.

doc_Yii
2016-10-30 16:59:02
Comments
Leave a Comment

Please login to continue.