Welcome Guest, Not a member yet? Register   Sign In
Please Help with Form Validation Hmvc
#1

I am Using HMVC with Codeigniter 3.
I am trying to make custom validation callback function and its not working with HMVC.
I get solution from searching in google like.
PHP Code:
class MY_Form_validation extends CI_Form_validation {

    function 
run($module ''$group '')
    {
        (
is_object($module)) AND $this->CI = &$module;
        return 
parent::run($group);
    }



But its not working for me.
Help me
Reply


Messages In This Thread
Please Help with Form Validation Hmvc - by Vimal - 09-18-2015, 04:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB