coen-hyde / Shanty-Mongo

Shanty Mongo is a mongodb library for the Zend Framework. Its intention is to make working with mongodb documents as natural and as simple as possible. In particular allowing embedded documents to also have custom document classes.
Other
200 stars 52 forks source link

Document set export #87

Closed tholder closed 12 years ago

tholder commented 12 years ago

I haven't quite got time to track this down at the moment but wanted to document an issue I seem to be having.

I will dig deeper when I get a chance.

Calling export on a documentset doesn't seem to call it correctly on child documents and sub-documents. I'm ending up having to iterate documentset and calling export manually. This doesn't seem like correct behaviour.

tholder commented 12 years ago

Built a test for this and can't reproduce the issue. Subsequently re-implementing my own code seems to behave as expected.