This method uses the PDO method PDOStatement::fetch. public function single() { $this->execute(); return $this->stmt->fetch(PDO::FETCH_ASSOC); } ...
確定! 回上一頁