adspace


Explain what is inhibitor in codeigniter?

Answer Posted / Arun Tomar

In CodeIgniter, an inhibitor is a class that prevents other classes from running or loading. It is useful for disabling specific features or functions when required. For example, you can create an inhibitor to prevent the loading of certain libraries or helpers.

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