create() public static method
Creates a new Query object and copies its property values from an existing one.
The properties being copies are the ones to be used by query builders.
public static yii\db\Query create ( $from ) | ||
---|---|---|
$from | yii\db\Query |
The source query object |
return | yii\db\Query |
The new Query object |
Please login to continue.