How to extend the class in Codeigniter?
You have to build a file with name application/core/Blog.php
and declare your class with
Class Blog extends CI_Input {
// Write your code here
}
You have to build a file with name application/core/Blog.php
and declare your class with
Class Blog extends CI_Input {
// Write your code here
}