Skip to content

Instantly share code, notes, and snippets.

# -*- coding: utf-8 -*-
# This script is used to combine PHP source files together into one big glob.
# I wrote this so I could distribute a single file web application, but develop
# it in a sane fashion.
# Copyright (c) 2010, John M. Hobbs
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
@j0shua
j0shua / mongo.todo.php
Created January 3, 2011 22:16 — forked from jmhobbs/mongo.todo.php
mongo todo in php
#!/usr/bin/env php
<?php
error_reporting( E_ERROR | E_PARSE );
class ToDo {
protected $argv = array();
public function __construct ( $argv ) {