Пример #1
0
 public function find($id)
 {
     $mapper = new App_Model_CountriesMapper();
     $mapper->find($id, $this);
 }