I'm making a system in Phalcon that uses SOAP to do data persistence. In the future, REST can be used to persist the data.
At the moment I tried to use the Phalcon model classes, but I did not get much success, because all are very linked to the Database, because they use the ORM technique.
I wonder if it's possible to use Phalcon's model classes to persist data in this way, or whether I can adapt the classes for this work.
Thank you for your attention.