⟩ 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 {
}
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 {
}
Tell me when a conditional statement is ended with an endif?
Do you know what is the use of the function ‘imagetypes()’?
Explain me what is sql injection?
Tell me what types of loops exist in php?
Explain what is the difference between for and foreach?
Tell me how is it possible to propagate a session id?
Tell me how do you define a constant?
Tell me how to create a text file in php?
Explain me what is x+ mode in fopen() used for?
Explain what is the main difference between require() and require_once()?