Form->create('User');?>
Form->input('id'); echo $this->Form->input('name'); ?>
Form->end(__('Submit', true));?>