December 2011
1 post
Setting the Stage
Just caught wind of this #CarolsInCode thing…this is my try… wink pun intended…
class reindeer
{
public $nose = array('black' => 'color',
'dull' => 'sheen', false => 'luminescent');
public laugh()
{
for(i = 0, i < 2, i++)
{
echo 'ha';
}
}
public call_names()
{
echo 'You suck!';
...