Skip to content

Instantly share code, notes, and snippets.

View morrisonlevi's full-sized avatar

Levi Morrison morrisonlevi

View GitHub Profile
@morrisonlevi
morrisonlevi / Class.php
Last active December 14, 2015 13:09 — forked from anonymous/Class.php
<?php
/**
* Note that the static members are shared across two instances for simplicity;
* it certainly could be coded otherwise.
*/
class Hotplate {
public $array = [];