Skip to content

Instantly share code, notes, and snippets.

@jamierumbelow
Created September 3, 2012 08:11
Show Gist options
  • Save jamierumbelow/3607811 to your computer and use it in GitHub Desktop.
Save jamierumbelow/3607811 to your computer and use it in GitHub Desktop.
<?php
$mongo.prototype.extend(
{
public function get($collection)
{
this.prototype._find({ collectionName: $collection });
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment