[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'}
<td>{$see.shop}</td>
<td>{$see.time_end}</td>
</tr>
#{/volist}
表>
{$res|raw}