Google News
logo
CodeIgniter - Interview Questions
How Can You Extend the Class in Codeigniter ?
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 { }
Advertisement