Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created January 12, 2014 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niraj-shah/8385439 to your computer and use it in GitHub Desktop.
Save niraj-shah/8385439 to your computer and use it in GitHub Desktop.
CodeIgniter login for with CSRF
# load helper manually
$this->load->helper('form');
# create form
echo form_open( base_url( 'login' ), array( 'id' => 'login-form', 'class' => 'login' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment