DB) { $this->DB = DBPDO::INIT()->execute('SELECT sender_id, image FROM `users_presents` WHERE owner_id = ?', $user_id); } } public function getAllPresents() { return $this->DB; } }