Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public function actionConfirm()
  2. {
  3. $variables['confirm'] = array(
  4. 'name' => 'Silvanus',
  5. 'office' => 'OOTS',
  6. );
  7. $this->renderTemplate('confirm', $variables);
  8. }
  9.  
  10. {%for variable in variables%}
  11. {{variable.name}}
  12. {{variable.office}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement