问答详情
源自:8-3 [MVC微框架]后台模块的搭建

include_once() 路径有警告,这种警告是什么原因造成的?请问高手有没有解决办法?

Warning: include_once(): Failed opening 'D:\php\framework/function/function.php' for inclusion (include_path='.;C:\php\pear') in D:\php\framework\pc.php on line 7
function/function.php
Warning: include_once(D:\php\framework/libs/core/DB.class.php): failed to open stream: No such file or directory in D:\php\framework\pc.php on line 7

提问者:古往今来 2014-09-28 10:48

个回答

  • PengCheng
    2014-09-28 13:03:56

    路径不对,No such file or directory  意思是不存在这个文件

  • 古往今来
    2014-09-28 13:20:38

    分页这块在哪里能学到

  • 古往今来
    2014-09-28 13:19:29

    谢谢,这么快给回复。课程讲得非常棒,赞赞