db\ActiveQuery one()

one() public method

Executes query and returns a single row of result.

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

The DB connection used to create the DB command. If null, the DB connection returned by $modelClass will be used.

return yii\db\ActiveRecord|array|null

A single row of query result. Depending on the setting of asArray(), the query result may be either an array or an ActiveRecord object. Null will be returned if the query results in nothing.

doc_Yii
2016-10-30 16:56:11
Comments
Leave a Comment

Please login to continue.