Hi, when I use TableGateway on its own I can use a ResultSetPrototype which can use my own Entity class rather than an ArrayObject instance. I can also combine TableGateway and RowGateway with the RowGatewayFeature. But unfortunately RowGateway does not support an own Entity class for representing the data.
Is this a wanted behaviour? It would be nice if the RowGateway could hold the data not just as a simple array within its data property but maybe also as an instance. Or are there any good reasons not to support Entity / ArrayObject instances for data representation? Regards, Ralf -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
