Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created July 3, 2011 16:02
Show Gist options
  • Save TiuTalk/1062339 to your computer and use it in GitHub Desktop.
Save TiuTalk/1062339 to your computer and use it in GitHub Desktop.
Formulário de login
<h3>Login</h3>
<?php echo $this->Form->create('Usuario', array('action' => 'login')); ?>
<?php echo $this->Form->input('login'); ?>
<?php echo $this->Form->input('senha', array('type' => 'password')); ?>
<?php echo $this->Form->submit('Entrar'); ?>
<?php echo $this->Form->end(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment