zend framework validate data in model instead in the form
问题 Using Zend Framework 2. In my application, to edit the data in the database is possible compile an html form or send an http post request(my server is implemented as a web service). In this second case the form is not rendered. Problem: If I put the validations rules in the form when the server recive a post request sent not from the form but from a generic http post request (like an mobile app) the data is not validated/filtered becouse the validations are bind in the form. Is possible to