迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
怎么给章节 模板页面 添加上一章 下一章标签
非常感谢
{$next_page.url}
protected function _Call_Show($data) { $_test_0 = 0; $_test_1 = []; $data['prev_page'] = $data['next_page'] = []; $son = \Phpcmf\Service::M()->table(SITE_ID.'_'.MOD_DIR.'_form_'.$this->form['table']) ->where('cid', $data['cid']) ->where('status=1') ->order_by('displayorder asc,id asc')->getAll(); if ($son) { foreach ($son as $i => $t) { if ($t['id'] == $data['id']) { // 找到了 $_test_0 = 1; $data['prev_page'] = $_test_1; } elseif ($_test_0) { $_test_0 = 0; $data['next_page'] = $son[$i]; } $_test_1 = $son[$i]; } } return $data; }
{$next_page.title}
{Router::mform_show_url("表单英文", $next_page.id, MOD_DIR)} 这两个添加到mform_show.html 没有
显示这样地址
mform_show.html 这个页面 添加上一章 下一章
章节mform_show.html页面 需要执行 切换 这个列表的 下一章 上一章标签
{$next_page.title}
{Router::mform_show_url("表单英文", $next_page.id, MOD_DIR)} 这两个添加到mform_show.html 没有
显示这样地址