881Chapter 46A Trivia Game$top_matter_string = $this->_makeTopMatter($this->_pageTitle); $current_question = $this->_currentQuestionString(); $previous_question = $this->_previousQuestionString(); $game_state = $this->_gameStateString(); $introduction = $this->_gameText->introduction(); $rules = $this->_gameText->rules(); if ($this->_game->getGameLost()) { $left_side = $this->_gameText->gameLostText() . $this->_highScoreString(); } elseif ($this->_game->getGameWon()) { $left_side = $this->_gameText->gameWonText() . $this->_highScoreString(); } else { $left_side = $current_question; } if ($this->_game->getPreviousQuestion()) { $right_side =
| $previous_question |
| $game_state |
| $rules |
; } else { $right_side =
| $introduction |
| $rules |
| $game_state |
; } // actually construct page$page_string = <<
We highly recommend you visit
web and email hosting services if you need stable and cheap web hosting platform for your web applications.
This entry was posted
on Sunday, March 16th, 2008 at 11:08 pm and is filed under Domain.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.