Extends
lithium\action\Controller
Talk to Joshua... How about Global Thermonuclear War?
Source
protected function _hello() {
$defcon = array(
'Greetings, Professor Falken.',
'',
'Shall we play a game?'
);
return $this->_text($defcon);
}