示例#1
0
 public function testAction()
 {
     $user = new User();
     $user->findById(3);
     $this->twig('index.twig');
 }