首页上require的topic_list.html怎么动态加载文章数据

首页上require的topic_list.html怎么动态加载文章数据

首页上<?php require(APP_PATH.'/index/view/common/topic_list.html');?>

但是我跳转过去后因为是纯静态Html,volist不起作用,然后我用

<?php require(APP_PATH.'index/controller/topic.php');?>,但是在topic.php里的Index方法或者

_initialize方法也进不去,请问require的时候怎么动态加载文章内容呢?

正在回答

登陆购买课程后可参与讨论,去登陆

2回答

您好,需要首页中获取到文章的信息,然后将获取的数据渲染到加载的topic.php中。祝学习愉快!

  • 慕函数2358865 提问者 #1
    在控制器里的index.php里我写了public function index() { $topics=TopicModel::getTopics(); return $this->fetch("topic_list",[ "topics"=>$topics ]); }然后在index.html里有<?php require(APP_PATH.'/index/view/common/topic_list.html');?>,请问数据怎么渲染到你说的加载topic.php,因为require topic_list.html的时候是不进topic.php文件的。
    2019-04-19 22:43:58
  • 慕函数2358865 提问者 #2
    在控制器里的index.php里我写了public function index() { $topics=TopicModel::getTopics(); return $this->fetch("",[ "topics"=>$topics ]); }然后在index.html里有<?php require(APP_PATH.'/index/view/common/topic_list.html');?>,请问数据怎么渲染到你说的加载topic.php,因为require topic_list.html的时候是不进topic.php文件,直接跳到topic.html的
    2019-04-19 23:07:55
  • 慕函数2358865 提问者 #3
    今天没老师在吗?
    2019-04-20 20:11:46
提问者 慕函数2358865 2019-04-19 19:31:19

首页的index.php获取文章信息后我fetch到首页,首页不是include文章.html,怎么在返回到首页的同时又渲染到文章.php呢?

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师