How we can get current method or controller in codeigniter?



How we can get current method or controller in codeigniter?..

Answer / Pulkit Sharma

CodeIgniter is an open-source PHP web application framework that follows the Model-View-Controller (MVC) architectural pattern. It simplifies the process of developing dynamic web applications and aims to make development more efficient by providing a rich set of libraries, helpers, and pre-built modules.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CodeIgniter Interview Questions

List some different hook point in codeigniter?

1 Answers  


List databases supported by codeigniter frameworks?

1 Answers  


Explain why codeigniter is called as loosely based mvc framework?

1 Answers  


What is the use of hooks in codeigniter?

1 Answers  


How can you extend class in codeigniter?

1 Answers  


How to create a driver in codeigniter?

1 Answers  


What is basic codeigniter url structure?

1 Answers  


How do I do a count('foo') using the active record functions?

1 Answers  


How can I download codeigniter framework?

1 Answers  


How you will load or add a model in codeigniter?

1 Answers  


Who created codeigniter?

1 Answers  


What is the default controller used in codeigniter? How we can change it?

1 Answers  


Categories