ZF-11979: MySqli _bindParam is not implemented
Description
To put $types, $lenght or $options is completly useless.. This is the current implementation of the function:
protected function _bindParam($parameter, &$variable, $type = null, $length = null, $options = null)
{
return true;
}
Comments
No comments to display