示例#1
0
文件: Home.php 项目: Torondor27/PHP
 public function index()
 {
     $model = new Model();
     return new Response("HomeView.html.twig", array('data' => $model->showAll()));
 }