标签: php html codeigniter
如果控制器中的函数等待一个参数,则工作正常:
<a href="<?= base_url()?>blog/edit_user/<?=$row['username']?>"><span class="glyphicon glyphicon-edit" title="Edit user"></span></a>
但我需要传递$ row ['username']和$ post ['post_id']。