Posts Tagged ‘PHP Nette Doctrine ORM’

Data binding in Nette Forms

A form in your app sometimes match exactly to fields of one entity, but it's not always the case. This data-binding should be more general, e.g. one form can provide editing of a hierarchy of entities at once. And it should be bi-directional, pulling data from model and also storing it back. Usually you need to write lot's of […]