0 votes
in CodeIgniter by
How Can You Extend the Class in Codeigniter ?

1 Answer

0 votes
by
To extend a native input class the user must first build a file which is to be named application/core/MY_Input.php And then proceed to declare the class with Class MY_Input extends CI_Input {

}
...