Skip to content

Instantly share code, notes, and snippets.

@rhowardiv
rhowardiv / oo.php
Created October 6, 2010 14:38 — forked from dhotson/oo.php
<?php
// You should make this something that is sensible for your application
namespace gist;
/**
* You can't set functions as callable properties on a normal generic
* object. You can on instances of this class.
*
* You can't use "$this," however, so the function will always receive a