You never set to view file te $game and $word vars. Add to end of
index()method this:
$this->set('game', $game);
$this->set('word', $word);I recommend you read the following: http://book.cakephp.org/2.0/en/getting-started.html#blog-tutorial -- Murgan, Alexis Germán Desarrollador & Diseñador Web: german.murgan.com.ar Email: [email protected] MSN: [email protected] Móvil: +5493424663813 -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
