If you encounter the error :
Invalid bind-variable name xxxxxx
When trying to use named bound parameters with Zend Framework, then you are probably using the Mysqli adapter. Unfortunately this doesn't actually support named parameters, but the Exception message isn't really clear on that, despite being thrown in this block of code:
PLAIN TEXT
PHP:
} else if ($val[0] [...]