Ejemplo n.º 1
0
 /**
  * 
  */
 public function fetchHandicappedAction()
 {
     $contact = $this->_mapper->fetchHandicapped($this->_getParam('id'));
     $this->_helper->json($contact->toArray());
 }