- Help me ... I want to convert php mysql command to phalcon MongoDB
- MYSQL: $query = "SELECT * FROM table WHERE status > 10 AND status < 100 ORDER BY st DESC LIMIT 100";
- ==>> phalcon MongoDB: ????
https://docs.phalcon.io/en/latest/reference/odm.html
tks.