Hello! I have an application, that is a bit more complex, that the Album application from the docu, but the structure is very similar and it's also using the combination of and mapper classes to for every in the model.
It works fine for "plain" objects like this: But now I need a complex object, that also can contain nesetd lists, e.g.: How / where should I assemble the data to this structure? Directly in the mapper, so that it contains the whole multidimensional data? Or should I handle this with multiple database requests anb assemple the structure in the controller? Or should I use multiple mapper classes? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/How-to-use-TableGateway-when-output-with-nested-lists-needed-tp4660478.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
