Traditionally in MVC, all Business logic - Calculations using table data, manipulating data etc - are done in models. But in the case of Phalcon PHP, models are jst calss files for ORM. Is it possible to processing POST data and inserting it into DB are write inside of a Model ?
I am new to Phalcon PHP and I have some experiance with CodeIgniter.