Skip to content

Instantly share code, notes, and snippets.

@gordonmcvey
gordonmcvey / namegame2.php
Created July 3, 2012 20:50
The Name Game (2)
<?php
/**
* Play a round of the name game
*
* @param string $name The name to play the game with
* @return string A Name Game song verse that has the game rules applied to the given name
*/
function playGame ($name)
{
@gordonmcvey
gordonmcvey / widgettest.php
Created May 30, 2012 20:18
Experiment with DOM as markup widget generation
<?php
abstract class Widget
{
const
TYPE = '';
protected
/**
* @var DOMDocument