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

Write Raw query

Hi everyone,
I want to write raw mongo queries on Models, is there any way to do that? I want something like Following:

Users::raw()->findAndModify([...]);