Form->create('User');?>
Form->input('username'); echo $this->Form->input('email'); echo $this->Form->input('password'); ?>
Form->end('Submit');?>