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([...]);
Check this: https://forum.phalcon.io/discussion/3850/get-a-models-mongo-connection
Thanks ;)