I'm quite new to Zend Framework 2, so I'd like to ask for your help on a doubt about hydration:
I've got a ResultSet that I'm hydrating into shipping methods - most of them are standard, but there are some custom shipping methods, identified in the table via a column.
I'd now like to hydrate the standard ones into ShippingMethod objects, but the custom ones into other classes' objects.
May I ask you to point me into the right direction?
Thanks in advance!