×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Pascual Muñoz
Added: Oct 30, 2016 3:40 PM
Modified: Oct 30, 2016 9:09 PM
Views: 2143
  1. //_render
  2. return $this->render('${index.html.twig}',
  3.                                                 [
  4.                                                 '${name}' => ${value}
  5.                                                 ]);
  6. ${cursor}