In the part of available query options where using find(), you have an error. You write Column::BIND_TYPE_STR instead of Column::BIND_PARAM_STR.
https://docs.phalcon.io/es/latest/reference/models.html#finding-records
In the part of available query options where using find(), you have an error. You write Column::BIND_TYPE_STR instead of Column::BIND_PARAM_STR.
https://docs.phalcon.io/es/latest/reference/models.html#finding-records