--- title: Meh.php author: Correl Roush layout: post permalink: /2011/04/27/meh-php/ categories: - Programming tags: - php --- ```php give_a_shit(); echo $bwuh->concerns; class SuperDuperBillingProcessor extends Meh {} $p = new SuperDuperBillingProcessor(); $p->calculateEverything(); $p->profit(); ```