guillaumeoriol / serquant

Serquant library
4 stars 1 forks source link

add recursive processing of the given row to Zend#loadEntity #13

Closed guillaumeoriol closed 12 years ago

guillaumeoriol commented 12 years ago

When a find or fetch operation of the gateway class implies joining tables, the result rowset is processed by loadEntity to reconstruct domain model objects.

For the moment, no recursive processing is done for the associations, which means no child entity is created. This must be implemented.

guillaumeoriol commented 12 years ago

Fixed with #17 refactoring.