![]() |
Problem with callback & validation - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Problem with callback & validation (/showthread.php?tid=11695) |
Problem with callback & validation - El Forum - 09-19-2008 [eluser]Brom[/eluser] Hello i have a little problem and i hope you can help me. My callback-function do not work and i dont know why. Code: <?php Maybe you can help me ? - Brom Sorry, my english is not so god, i hope you understand me. Problem with callback & validation - El Forum - 09-19-2008 [eluser]Colin Williams[/eluser] Well, your callback function shouldn't exist within your controller method, it should be another method of the controller. Problem with callback & validation - El Forum - 09-20-2008 [eluser]Brom[/eluser] Oh, Thank you. It works now. Problem with callback & validation - El Forum - 10-23-2008 [eluser]uniq[/eluser] It is possible to add callback function if validator is initiated in other library, but not in controller? If yes, then where function must be added? |