From 7dafce416ebbfa5a2a43c4fd40be5ab4e81bc739 Mon Sep 17 00:00:00 2001
From: MarcosCoelho
$this->form_validation->set_rules('username', 'Username', 'callback_username_check');
-
Then add a new function called username_check to your controller. Here's how your controller should now look:
- -