zendframework/zend-db

Array case sensitivity problem in ParamaterContainer

Closed this issue · 3 comments

Just a small typo fix in Adapter\ParameterContainer::setFromArray(Array $array) method. Array should be in lowercase.

Just a quick note: the PHP engine doesn't care about the case in this situation, as this is a keyword. While it should be lowercase, it's not required. We'll still merge #103, though.

Thanks Matthew :)

Fixed with #103