db\Connection $emulatePrepare

$emulatePrepare public property

Whether to turn on prepare emulation. Defaults to false, meaning PDO will use the native prepare support if available. For some databases (such as MySQL), this may need to be set true so that PDO can emulate the prepare support to bypass the buggy native prepare support. The default value is null, which means the PDO ATTR_EMULATE_PREPARES value will not be changed.

public boolean $emulatePrepare = null
doc_Yii
2016-10-30 16:57:35
Comments
Leave a Comment

Please login to continue.