Form->create('Qurl');?>
Form->input('id'); echo $this->Form->input('url'); echo $this->Form->input('title'); echo $this->Form->input('note', ['type' => 'textarea']); echo $this->Form->input('active'); ?>
Form->input('comment', ['type' => 'textarea']); echo $this->Form->input('used'); echo $this->Form->input('last_used', ['empty' => '- -', 'dateFormat' => 'DMY', 'timeFormat' => 24]); ?>
Form->submit(__('Submit')); echo $this->Form->end();?>