ZF-8553: Zend_Db_Select where() method defines $value argument as string, should be mixed.
Description
In the API documentation, the {{Zend_Db_Select}} {{where}} method defines the {{$value}} argument as a {{string}}. However, since the {{where}} method uses the adapters {{quoteInto}} method, the {{$value}} argument should be defined as {{mixed}}.
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2009-12-15T14:18:32.000+0000
It is duplicate of ZF-5718