You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the mysqli adapter (Zend_Db_Statement_Mysqli):
mysqli_stmt::bind_param() does not accept unknown named parameters
I believe this is because even though Zend_Validate_Db_Abstract->getSelect() checks if the adapter supports named parameters, and if not builds the query with a positional parameter, it always binds a named parameter in ->_query().