Skip to content

Instantly share code, notes, and snippets.

@rsmarshall
Created May 21, 2012 14:45
Show Gist options
  • Save rsmarshall/2762714 to your computer and use it in GitHub Desktop.
Save rsmarshall/2762714 to your computer and use it in GitHub Desktop.
form thingy
$fields = $this->db->list_fields('supplier_details');
$ignore_fields = array('id');
$use_fields = array_diff($fields, $ignore_fields);
$data = elements($use_fields, $this->input->post());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment