I remember having read once that there is a setting with which one can tell the ORM to not throw an error if a model has more fields/attributes than the DB table. However, I have lost the link and cannot find the info in Phalcon's documentation site.
Also, is there a way to declar only some non-persistent fields on a Model? (As opposed to changing the ORM configuration option for the entire application)
thank you