Skip to content

Instantly share code, notes, and snippets.

@coen-hyde
coen-hyde / .gitignore
Created November 29, 2012 08:56 — forked from twolfson/.gitignore
Pretty print HTML but not JS test
/node_modules
@coen-hyde
coen-hyde / gist:1258108
Created October 2, 2011 23:38 — forked from tholder/gist:1257513
Problem updating document set of existing doc
<?
/**
* Represents the invite system. The invite collection contains one document for each invited email address.
**/
class Model_Mongo_Invite extends Shanty_Mongo_Document {
protected static $_db = 'contactzilla';
protected static $_collection = 'invite';
protected static $_requirements = array(