77번째 줄에서는 객체가 아닌 함수가 fetch() 함수를 호출한다고 나와 있는데, 정말 찾을 수가 없네요. 설명해 주실 수 있나요?
远处一朵花
远处一朵花 2021-01-11 13:36:52
0
1
801

<?phpclass Db{ private $dbConfig=[                                                                                              'port'=>'3306', =>'root , ]; //단일 케이스 모드 private static $instance = null public $insertID = null; ; public $num1 = null; ///데이터베이스 연결 private $conn = null; private function __construct($params) { //초기화 매개변수 array_merge($this->dbConfig, $params); this->connect(); } private function __clone() { // TODO: __clone() 메서드를 구현합니다. } public static function getInstance($params=[]) { if(!self::$instance instanceof self) self::$instance = new self($params);                                                         return self::$instance; {$ this->dbConfig['host']}; 설정']}";                                                                                                             '통과' ']);Catch (pdoException $ E) {DIE ('데이터베이스 연결 실패'. $ e- & gt; getMessage ());} public function exec ($ SQL) {$ NUM = $ this- & gt; ; EC ($ sql); if($num>0) if(null !== $this->conn->lastInsertID()) { $this->insertID = $this->conn -> lastInsertID() ;                                                         $this->num1=                                                                                             메시지 인쇄 '작업 실패 '.$error[0].':'.$error[1].':'.$error[2]; ~ ,                가져오기($sql) . $sql)->fetch(PDO::FETCH_ASSOC); } 공개 함수 fetchALl($sql) { return $this->conn->query($sql)->fetch(PDO::FETCH_ASSOC); }}

远处一朵花
远处一朵花

모든 응답(1)
灭绝师太

pdo 개체를 성공적으로 가져오지 못했고 연결 매개변수를 확인하기 위해 개체 멤버 메서드 가져오기가 호출되었습니다.

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿