In this book (the link goes to the part that interests me), it is proposed to use one instance of Zend_Form to test both the model and the view. I'm wondering how to do this, given that the shapes probably don't match the structure of the models. How can this be achieved? It is logical not to duplicate the code that performs the verification, but I always did it separately.
source
share