If function in the controller waits one parameter, works fine:
<a href="<?= base_url()?>blog/edit_user/<?=$row['username']?>"><span class="glyphicon glyphicon-edit" title="Edit user"></span></a>
But I need to pass $row['username'] and $post['post_id'].