db\Connection createCommand()

createCommand() public method

Creates a command for execution.

public yii\db\Command createCommand ( $sql = null, $params = [] )
$sql string

The SQL statement to be executed

$params array

The parameters to be bound to the SQL statement

return yii\db\Command

The DB command

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.