Login
Remember
Register
Ask a Question
How Can You Extend the Class in Codeigniter ?
0
votes
asked
Dec 30, 2020
in
CodeIgniter
by
SakshiSharma
How Can You Extend the Class in Codeigniter ?
#extend-class
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 30, 2020
by
SakshiSharma
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 {
}
...