Answers

Question and Answer:

  Home  Jnr PHP/Codeigniter Developer

⟩ Tell me how you can 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 {

}

 194 views

More Questions for you: