一般来说我们新闻会是一个表,新闻评论会是一个表,要将评论条数和新闻标题放在同一个页面循环输出来。但是还是存在问题,希望解决
我的代码是这样的在common.php中创建函数
function count_id($sql,$jsonq){// $sql数据库,//$jsonq为传的数组就是条件
$questcom=D($sql);
$comment=$questcom->where($jsonq)->count();
echo $comment;
}
然后主要模板是:
评论:{:count_id('Questcom',array('q_id'=>$vo['q_id']))}
就这样差不多就就可以解决这类的问题了,差不多评论和新闻标题就可以显示出来,但是,使用这种自定义函数的时候问题就来了,如果我是ajax过来的东西,有该怎么处理啊??
for(var i in data){
$('.pc_listing').append("
评论:??
"+data[i].q_title+"");
}
AD:真正免费,域名+虚机+企业邮箱=0元
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn