Welcome Guest, Not a member yet? Register   Sign In
form validation callbacks aren't being called
#12

[eluser]niurexx[/eluser]
[quote author="flaky" date="1264528816"]you should extend Form validation
Code:
class MY_Form_validation extends CI_Form_validation{
    
    function run($module = '', $group = ''){
        (is_object($module)) AND $this->CI = &$module;
            return parent::run($group);
    }
    
}

and when using form validation insert $this into run()
Code:
if($this->form_validation->run($this))
.
.
.
[/quote]

i've tried to use your suggestion but my form still not working.. is there any server or php level requirement to run this hmvc ?

my php version is : PHP Version 5.2.13
mysql version is : MySQL client version: 4.1.22

i've tried to install fresh ci and insert simple callback vallidation but it seems not working..


Messages In This Thread
form validation callbacks aren't being called - by El Forum - 01-25-2010, 12:50 PM
form validation callbacks aren't being called - by El Forum - 01-25-2010, 01:37 PM
form validation callbacks aren't being called - by El Forum - 01-26-2010, 02:41 AM
form validation callbacks aren't being called - by El Forum - 01-26-2010, 05:51 AM
form validation callbacks aren't being called - by El Forum - 01-26-2010, 06:00 AM
form validation callbacks aren't being called - by El Forum - 01-26-2010, 04:00 PM
form validation callbacks aren't being called - by El Forum - 02-19-2010, 09:05 AM
form validation callbacks aren't being called - by El Forum - 04-20-2010, 05:56 PM
form validation callbacks aren't being called - by El Forum - 04-26-2010, 02:22 PM
form validation callbacks aren't being called - by El Forum - 05-28-2010, 11:06 AM
form validation callbacks aren't being called - by El Forum - 07-04-2010, 01:15 PM
form validation callbacks aren't being called - by El Forum - 07-13-2010, 07:37 AM
form validation callbacks aren't being called - by El Forum - 08-15-2010, 02:18 PM
form validation callbacks aren't being called - by El Forum - 03-26-2011, 04:18 AM
form validation callbacks aren't being called - by El Forum - 04-18-2012, 01:19 PM
form validation callbacks aren't being called - by El Forum - 10-17-2012, 01:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB