Skip to content

Instantly share code, notes, and snippets.

@waltergalvao
Created June 18, 2012 02:26
Show Gist options
  • Save waltergalvao/2946472 to your computer and use it in GitHub Desktop.
Save waltergalvao/2946472 to your computer and use it in GitHub Desktop.
<?php
echo $this->Session->flash('Auth'); ?>
<?php
echo $this->Form->create('User',array('action' => 'login'));
echo $this->Form->input('userid');
echo $this->Form->input('user_pass',array('type' => 'password'));
echo $this->Form->submit('Entrar');
echo $this->Form->end();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment