Hello,
I'm currently converting my project to Phalcon PHP. In my old project I did a if to check if the conetnt I'm pulling from a API exist in a database, if it didn't I would add it to the DB and display the fresh content I just got from the API.
How could I do something similar to this with Phalcon?