搜尋

首頁  >  問答  >  主體

誰能幫我看哪裡錯了

public function read($id)

    {

    //1取得所有的資料

        $this ->查看->分配('aid', $id);

        $data=ArticleModel::get($id);

        $viewed=$data['viewed'];

        $viewed =1;

卷##        $this ->查看->分配('data', $data);

##        //$comment=Comment::order(['id' => 'desc'])->; where( ['aid'=>$id,'status'=>1])->paginate(5);

        $comment = $this ->; CommentListAll($aid=$id,$pid=0,$commentList=array(),$spac=0,$pauthor=NULL);

        //$comment=Comment::all();

        dump($comment);

        $this ->查看->分配('commentlist',$comment);

        return $this-> view ->fetch('detail');

#        

    }

##      }


##      / /評論清單

    function CommentListAll($aid=0,$pid=0,&$commentList=array(),$spac=0,$pauthor=NULL)

    {

#        static $i=0;

        $spac=$spac 1;//最後為一級評論

       db ('comment')->order(['id' => 'desc'])->where(['aid'=>$aid,'status'=>1])->select ();

        //$List=Comment::all(['pid'=>$pid,'status'=>1]);

        //dump($ List);

#        foreach($List as $k=>$v){

            $commentList[$i]['level']=$ i]['使用者名稱']=$v['使用者名稱'];

            $commentList[$i]['id']=$v['id'];

# $commentList[$i]['aid']=$v['aid'];

            $commentList[$i]['uid']=$v['uid' ];

            $commentList[$i]['pid']=$v['pid'];//這則評論的父id

            $commentList[$i]##            $commentList[$i]##  content']=$v ['content'];

            $commentList[$i]['time']=$v['time'];

            $commentList[$i]['pauthor']=$pauthor;

            $i ;

## CommentListAll($v['aid'],$v['id'],$commentList,$spac,$v['用戶名']);

        }

        return $commentList ;

        //dump($commentList);

#    }

QQ截图20171116220535.png

peterpeter2554 天前1378

全部回覆(9)我來回復

  • 又白又帅又可爱

    又白又帅又可爱2017-11-20 12:23:26

    專案位置->application->config.php->第20行

    'app_debug'              => 名詞,

    'app_debug'              => true,

    即可開啟偵錯模式

    回覆
    1
  • peter

    已解決!

    peter · 2017-11-20 16:19:40
  • 王者風範

    王者風範2017-11-17 11:23:41

    把調試模式打開呀,然後看具體的報錯位置

    回覆
    0
  • peter

    不會調試

    peter · 2017-11-17 15:17:42
  • 尹天雄

    尹天雄2017-11-17 11:17:59

    這個你可以斷點調試下。不然錯誤提示不明顯,我們不好判斷。

    回覆
    0
  • peter

    不會調試

    peter · 2017-11-17 15:17:52
  • peter

    peter2017-11-17 10:37:14

    頁面錯誤!請稍後再試~QQ截图20171117103603.png

    回覆
    0
  • 天蓬老师

    天蓬老师2017-11-17 00:02:16

    至少你要給瀏覽器的報錯訊息,否則怎麼幫你分析?

    回覆
    0
  • peter

    頁面錯誤!請稍後再試~

    peter · 2017-11-17 10:34:54
  • 取消回覆