![]() |
Need Help... problem with hmvc and form_validation callback.... - 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: Need Help... problem with hmvc and form_validation callback.... (/showthread.php?tid=48476) |
Need Help... problem with hmvc and form_validation callback.... - El Forum - 01-17-2012 [eluser]psychoder[/eluser] hello guys, my form validation callbacks seems not triggered... here is the codes... im using hmvc controller Code: $this->form_validation->set_rules('name', 'Name', 'required'); callback Code: function _captcha_check($captcha) Need Help... problem with hmvc and form_validation callback.... - El Forum - 01-18-2012 [eluser]Jason Stanley[/eluser] I haven't used HMVC in ages. I do vaguely remember having to update the form validation library. Have you done this? I don't know if this works or not. Some additional Googling would help you if this doesn't. http://ellislab.com/forums/viewthread/143057/#702683 Need Help... problem with hmvc and form_validation callback.... - El Forum - 01-18-2012 [eluser]psychoder[/eluser] thanks... great help... but still not working... im using modular extension Need Help... problem with hmvc and form_validation callback.... - El Forum - 01-18-2012 [eluser]vbsaltydog[/eluser] I have form validation callbacks working under HMVC. Please post your latest code. Need Help... problem with hmvc and form_validation callback.... - El Forum - 01-19-2012 [eluser]psychoder[/eluser] what are the changes that you have made to triggered callbacks? please guide me... code are still the same( the one posted above ), don't know where to start the changes.. Need Help... problem with hmvc and form_validation callback.... - El Forum - 01-19-2012 [eluser]CroNiX[/eluser] If you do a bit of searching....I think the author of HVMC answered this question a few days ago... Need Help... problem with hmvc and form_validation callback.... - El Forum - 01-19-2012 [eluser]vbsaltydog[/eluser] Its also documented in the HMVC wiki. Need Help... problem with hmvc and form_validation callback.... - El Forum - 04-18-2012 [eluser]Sven Delle[/eluser] The wiki 'solution' is working! |