Form->create('Qurl');?>
Form->submit(__('Submit')); echo $this->Form->end();?>
- Form->postLink(__('Delete'), ['action' => 'delete', $this->Form->value('Qurl.id')], ['confirm' => __('Are you sure you want to delete # %s?', $this->Form->value('Qurl.id'))]); ?>
- Html->link(__('List %s', __('Qurls')), ['action' => 'index']);?>