Welcome Guest, Not a member yet? Register   Sign In
Form Validation callback rules in controllers are viewable URLs
#7

[eluser]krif[/eluser]
because I just came across the same issue again, here's an example:

if your private callback function is something like this:

[code]function _my_private_callback_function($variable) {}[code]

make sure that within this you set your custom error message as follows

[code]$this->form_validation->set_message('_my_private_callback_function', 'Error message text');[code]

(notice the underscore here also)


Messages In This Thread
Form Validation callback rules in controllers are viewable URLs - by El Forum - 08-05-2009, 09:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB