Closed liuggio closed 11 years ago
@liuggio I generally like the changes, but don't try to specialize the factories or make them smarter for now. The demos are supposed to work with only stdClass
, and the factories should be completely replaced by a consuming library configuring a micro-DIC that provides all these components.
totally agree with you I see now the future :)
@liuggio can you remove the associator stuff then? :)
Yep!
On Wed, Jun 26, 2013 at 5:48 PM, Marco Pivetta notifications@github.comwrote:
@liuggio https://github.com/liuggio can you remove the associator stuff then? :)
— Reply to this email directly or view it on GitHubhttps://github.com/Ocramius/ChangeSet/pull/5#issuecomment-20057888 .
__liuggio_____
/|_ We reject kings, presidents and voting. /o ) \/ We believe in rough consensus ) v _/\ and running code (I.E.T.F. credo)
Ok think about it as super WIP, I made this in half an hour and I'm in hurry (sorry) don't hate me, I added Pimple, and few containers, I'd like to change the names, and I removed the ObjectLoaderFactory only because I didn't not understand his objective.
If you think that Pimple is not necessesary I'll remove it leaving only the repo and the 2 interfaces..
Little recap:
Merging - hopefully going on with this tomorrow (I will try to integrate it with the existing ORM ;) )
And obviously: thanks!
ObjectLoaderFactory
.I
didn'tchange so much, I added an Abstract Repository,a simple Associator for class->worker, and few InterfacesIdentityExtractorFactoryInterfaceObjectLoaderFactoryInterfaceObjectRepositoryFactoryInterfacelet me know what do you think, thanks to the interfaces I created a stupid orm.