We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Binding Type: Where is PDO::PARAM_INT, PDO::PARAM_STR?

Hi, for a specific query, I need to bind types. I couldn't find what are the constants that we can bind in Phalcon.

For now, I think PARAM_INT is 1, PARAM_STR is 2, though it would be nice to have a comprehensive list of constants.

Thanks!