Can you extend native libraries in codeigniter?
Answer / Abhishek Tyagi
Yes, you can extend native libraries in CodeIgniter. To do so, create a PHP file within your application's `libraries` folder with the desired name (following naming conventions) and extending the library class you want to extend.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain controller in codeigniter?
What is api in codeigniter?
What is the basic codeigniter url structure?
What are helpers in codeigniter?
What are codeigniter drivers?
Explain mvc in codeigniter?
How to use core folder in codeigniter?
How to load a view in codeigniter?
Explain how you can prevent codeigniter from csrf?
Why codeigniter is used?
How to extend the class in codeigniter?
How will you add or load a model in codeigniter?