Can you extend native libraries in codeigniter?



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

Post New Answer

More CodeIgniter Interview Questions

Explain controller in codeigniter?

1 Answers  


What is api in codeigniter?

1 Answers  


What is the basic codeigniter url structure?

1 Answers  


What are helpers in codeigniter?

1 Answers  


What are codeigniter drivers?

1 Answers  


Explain mvc in codeigniter?

1 Answers  


How to use core folder in codeigniter?

1 Answers  


How to load a view in codeigniter?

1 Answers  


Explain how you can prevent codeigniter from csrf?

1 Answers  


Why codeigniter is used?

1 Answers  


How to extend the class in codeigniter?

1 Answers  


How will you add or load a model in codeigniter?

1 Answers  


Categories