Extends
lithium\action\ControllerSource
protected function _halp() {
$wtf = array(
'i cnat!!!1',
'o_O',
'wut?'
);
shuffle($wtf);
return $this->_text($wtf[0]);
}
#!/usr/bin/php -q
protected function _halp() {
$wtf = array(
'i cnat!!!1',
'o_O',
'wut?'
);
shuffle($wtf);
return $this->_text($wtf[0]);
}