Html->link('Add Post', array('action' => 'add')); ?>
Id | Title | Actions | Created |
---|---|---|---|
Html->link($post['Post']['title'], array('action' => 'view', $post['Post']['id'])); ?> | Form->postLink( 'Delete', array('action' => 'delete', $post['Post']['id']), array('confirm' => 'Are you sure?')); ?> Html->link('Edit', array('action' => 'edit', $post['Post']['id'])); ?> |