Hello,
I'm new to phalcon and i have been searching the forums and googling around but i have no clue if using the IN operator and binding an array can be done:
SomeModel::count(array( 'someField IN ?0', 'bind' => array('1') ));
When this code is executed (from a CLI app) i get the following message "Syntax error, unexpected EOF" and nothing on the apache error log
Am i doing something wrong or is this syntax not supported yet?