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 {

}

Related questions

0 votes
asked Dec 29, 2020 in CodeIgniter by SakshiSharma
0 votes
asked Dec 25, 2020 in CodeIgniter by SakshiSharma
...