我需要使用 php 变量作为弹出框的内容。我试过这个,但它不起作用
<?php $comment = ORM::factory('mark')->getComment($user_id, $subject, $quarter1[$j][1], $quarter1[$j][0]); ?>
<a href="#" id="example" class="btn btn-success" rel="popover" data-content="<?php echo $comment;?>">hover for popover</a>