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