分頁後第一頁可顯示,第二頁報錯
梁恒祥
梁恒祥 2018-07-04 10:51:28
0
2
1296

[8] Pay.php 第216 行中的ErrorException

未定義資料庫索引:data

$data = Request::get();

#$ one=日期('Ymd', strtotime($data['data']));

 $two=date('Ymd', strtotime($data['dataonly']));

$res=Db::table('hypost')->where('time_end','like',['%'.$one.'%','%'.$two. ' %'],'OR')                        ->where('shop',$shopname)  ->paginate(10);

   $this->assign('res',$res);

<輸入類型=“隱藏”值=“{$j=0}”/>

{volist name='res' id='see'}

   ;

        {$j};

       <td>{$see.shop}</td>

        {$see.tradeno};

{$see.fee}元

        {$see.code};

        {$see.result};

<td>{$see.time_end}</td>

    </tr>

#{/volist}

 


{$res|raw}


#
梁恒祥
梁恒祥

全部回覆(1)
无忌哥哥

找到216行的  $data ,看看這個$data是哪裡來的

  • 回覆 謝謝 以解決,不清楚什麼原因,依照老師寫的程式碼就是執行不過,
    梁恒祥 作者 2018-07-06 09:00:26
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板