PHP namespace PDO not found

后端 未结 2 1351
青春惊慌失措
青春惊慌失措 2020-12-31 06:25

I\'m facing an issue I unfortunatly could not resolve so far. I created a database class into app/db/mysql/database.php with the following content

2条回答
  •  孤城傲影
    2020-12-31 06:35

    If you use PDO then you should add the line use PDO in the file where you are going to use the class PDO Ford example in file where you create object PDO and in each the file of model.

提交回复
热议问题