how you can extend the class in Codeigniter?
how you can extend the class in Codeigniter?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
Extend the class in Codeigniter:
To extend the native input class in CodeIgniter, you have to build a file named application/core/MY_Input.php and declare your class with Class MY_Input extends CI_Input { }