I have three models
User hasOne UserProfile hasOne Address
How can I build the form to get all validations and data population works? In Symfony2 I can use form embedding but for Phalcon I can't find a propper solution except of manual form creation+validation.
Thanks