Beispiel #1
0
 /**
  * Чтение 1 записи, возврат массива
  * @return array
  */
 public function read()
 {
     return $this->_db->read();
 }