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

ksort() for export data #91

Closed annahassel closed 11 years ago

annahassel commented 12 years ago

plz add ksort for export data, rly difficult to navigate in mongo console

jwpage commented 11 years ago

Not quite clear what the issue is here. Can't you ksort() the result after exporting?

Closing until we hear more.