Welcome Guest, Not a member yet? Register   Sign In
The problem when extend the form_validation system library
#5

[eluser]Sarwar CSE[/eluser]
Same Problem

path application/library/GSValidation.php

class :
Code:
class GSValidation extends CI_Form_validation{
function __construct() {
        parent::__construct ();
    }
    function GetMessage(){
        echo "Test SuccessFull";
    }
}

when i load the library by this $this->load->library('GSValidation') then the error shows
Code:
Fatal error: Class 'CI_Form_validation' not found in \application\libraries\GSValidation.php on line 2

Please Advice me


Messages In This Thread
The problem when extend the form_validation system library - by El Forum - 06-07-2011, 01:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB