Listing 28.10. Widok akcji edit
<?php echo $this->form ?>
<p>
<a href="<?php
    echo $this->url(
        array('action' => 'delete', 'id' => $this->imie['imie_id'])
    )
?>">usuń</a>
</p>