guillaumeoriol / serquant

Serquant library
4 stars 1 forks source link

fix the __load method of the proxies #19

Closed guillaumeoriol closed 12 years ago

guillaumeoriol commented 12 years ago

At this time, the persister is passed to the proxy constructor to implement lazy loading. Instead, it should be the gateway.

It also mean the Serquant\Persistence\Zend\Db\Table#loadEntity method should be refactored to pass an entity in the arguments in case of refresh.

guillaumeoriol commented 12 years ago