Explain what is inhibitor in codeigniter?



Explain what is inhibitor in codeigniter?..

Answer / 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

More CodeIgniter Interview Questions

Explain codeigniter library. How will you load it?

1 Answers  


How to insert data into database table in codeigniter ?

1 Answers  


What are the security parameter for xss in codeigniter?

1 Answers  


In which files routes are defined in codeigniter?

1 Answers  


How you can prevent codeigniter from csrf?

1 Answers  


What are the xss security parameters?

1 Answers  


Explain the remapping method calls in codeigniter.

1 Answers  


How we can get ip address in codeigniter?

1 Answers  


Explain routing in codeigniter?

1 Answers  


How to enable error log in codeigniter?

1 Answers  


How to preparing database for codeigniter ?

1 Answers  


How you can enable csrf (cross site request forgery) in codeigniter?

1 Answers  


Categories