duanchao5258 2014-05-28 02:56
浏览 28
已采纳

如何在cakephp 2.x中的ajax渲染期间传递变量

I want to pass a variable to my ajax rendering function.Something like this

$this->render('tempcomment/'.$id, 'ajax');

and my tempcomment action is

public function tempcomment($id) {
    $commentdata = $this->Post->Comment->findByPostid($pid);
    $this->set('commentdata', $commentdata);
}

but rendering is not working.

  • 写回答

3条回答 默认 最新

  • duanli4146 2014-05-28 02:59
    关注

    See below to start with:

    public function tempcomment($id) {
                            //   ^ ------ ...
        $commentdata = $this->Post->Comment->findByPostid($pid);
                                                     //    ^--- this is different!
        $this->set('commentdata', $commentdata);
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 Opencv配置出错
  • ¥15 模电中二极管,三极管和电容的应用
  • ¥15 关于模型导入UNITY的.FBX: Check external application preferences.警告。
  • ¥15 气象网格数据与卫星轨道数据如何匹配
  • ¥100 java ee ssm项目 悬赏,感兴趣直接联系我
  • ¥15 微软账户问题不小心注销了好像
  • ¥15 x264库中预测模式字IPM、运动向量差MVD、量化后的DCT系数的位置
  • ¥15 curl 命令调用正常,程序调用报 java.net.ConnectException: connection refused
  • ¥20 关于web前端如何播放二次加密m3u8视频的问题
  • ¥15 使用百度地图api 位置函数报错?