Skip to content

Instantly share code, notes, and snippets.

@walesmd
Created February 4, 2010 16:04
Show Gist options
  • Save walesmd/294795 to your computer and use it in GitHub Desktop.
Save walesmd/294795 to your computer and use it in GitHub Desktop.
<?php
// create()
// Creates a user
function create() {
if ($this->erkana_auth->create_account('email')) {
redirect('accounts');
}
$this->load->view('accounts/create');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment