db\Connection $commandClass

$commandClass public property (available since version 2.0.7)

The class used to create new database yii\db\Command objects. If you want to extend the yii\db\Command class, you may configure this property to use your extended version of the class.

See also createCommand().

public string $commandClass = 'yii\db\Command'
doc_Yii
2016-10-30 16:57:34
Comments
Leave a Comment

Please login to continue.