In ZF2 i'm trying to hydrate a doctine object from a zend form. The
object's properties are populated ok apart from properties that are other
objects (ie relationships).
Unless there is a better way, i can just create the other objects on the
fly and set the properties of the inital object that i'm trying to hydrate.
(i seem to remember there is a better way of doing this in doctrine)

Now i'm stuck, I can't find in the documentation how i can access a single
parameter from the request object, or from the form object.
Can anyone show me how to do this?

Steve

Reply via email to