Пример #1
0
 public function fetchById($id)
 {
     $this->useDb();
     return $this->_db->fetchEntity("id={$id}");
 }