Welcome Guest, Not a member yet? Register   Sign In
[solved]Custom Validation?
#8

[eluser]brucebat[/eluser]
Okay good news!

The function must not be getting called as I tried this in it

Code:
public function valid_time($str)
            {
                echo "hello world";
                return;  }

So it must be a problem with the function call.

The example says

Quote:The validation system supports callbacks to your own validation functions. This permits you to extend the validation class to meet your needs. For example, if you need to run a database query to see if the user is choosing a unique username, you can create a callback function that does that. Let's create a example of this.

In your controller, change the "username" rule to this:

$this->form_validation->set_rules('username', 'Username', 'callback_username_check');


Messages In This Thread
[solved]Custom Validation? - by El Forum - 08-02-2011, 10:56 AM
[solved]Custom Validation? - by El Forum - 08-02-2011, 11:36 AM
[solved]Custom Validation? - by El Forum - 08-02-2011, 12:14 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 12:15 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 12:20 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 12:33 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:22 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:28 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:30 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:34 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:35 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:39 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:41 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:43 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:44 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:50 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:53 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:57 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:58 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 02:13 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 02:14 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 02:16 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 02:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB