码迷,mamicode.com
首页 > 其他好文 > 详细

tp5分页,一看就懂,简单明了(附带额外参数)

时间:2018-08-03 16:26:14      阅读:557      评论:0      收藏:0      [点我收藏+]

标签:自己   color   his   get   fetch   turn   div   ali   class   

php 代码:

$result = $jjModel->where($wheres)->paginate(10,false,[‘query‘ => [‘peytype‘=>$peytypes]]); (查询10条数据,get参数‘paytype‘,根据自己情况来)

$this->assign(‘page‘, $page);

$this->assign(‘list‘,$result);

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

 

html代码:

{volist name="list" id="v"}
  <tr class="td_type_content">
    <td align="left">{$v[‘peytype‘]}</td>
    <td align="center" style="color:#05ff98">+{$v[‘coin‘]}</td>
    <td id="td_type_content_btn" align="right">{$v[‘idate‘]}</td>
  </tr>
{/volist}
<div id="footerss">
{$page}
</div>

简直不要太简单。。。。

tp5分页,一看就懂,简单明了(附带额外参数)

标签:自己   color   his   get   fetch   turn   div   ali   class   

原文地址:https://www.cnblogs.com/roseY/p/9414176.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!