Exemplo n.º 1
0
 public function edit()
 {
     $id = $this->_param('2');
     $testuser = new TestViewModel();
     $list = $testuser->find($id);
     $this->assign('list', $list);
     $this->display();
 }