adspace


Can you extend native libraries in codeigniter?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717