PHP需要一个文件并在WAMPServer中获取错误

时间:2016-01-05 15:54:30

标签: php

我需要一个db_connect文件到我的模型。我也在其他项目中使用db_connect,但在这种情况下我遇到了错误。

我的文件夹结构:

blog 
  - css (dir)
  - js (dir)
  - model (dir)
    - model.php
  - tools (dir)
    - db_connect.php
  - index.php

在模型中我需要文件:

require("../tools/db_connect.php");

我遇到了这些错误,我无法解决。

enter image description here

当我使用dwoo模板引擎时,我遇到了一些问题。

我在Windows 7上使用WAMPserver和PHPStorm。

1 个答案:

答案 0 :(得分:0)

你也可以include,你得到的错误是因为找不到那个文件

这意味着你认为你的文件所在的位置你的文件不在那里

  • 检查存储php文件的文件位置,按文件夹
  • 检查