Skip to content

Instantly share code, notes, and snippets.

@vstarck
Created August 24, 2012 14:50
Show Gist options
  • Save vstarck/3451557 to your computer and use it in GitHub Desktop.
Save vstarck/3451557 to your computer and use it in GitHub Desktop.
codeigniter.validations.php
$originalPOST = $_POST;
$_POST = $data;
$this->set_rules($rules);
$result = $this->run();
$_POST = $originalPOST;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment