What is codeigniter and how it works?



What is codeigniter and how it works?..

Answer / Pooja Rastogi

CodeIgniter is an open-source PHP framework that helps developers build dynamic websites and web applications efficiently by providing a rich set of libraries, helpers, and pre-built components. It follows the Model-View-Controller (MVC) architectural pattern, which separates the application into distinct layers for better organization and reusability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CodeIgniter Interview Questions

Why codeigniter is called as loosely based mvc framework?

1 Answers  


What is config file in codeigniter?

1 Answers  


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

1 Answers  


How to create custom 404 page in codeigniter?

1 Answers  


What is hmvc codeigniter?

1 Answers  


What is base url in codeigniter?

1 Answers  


How to write join query in codeigniter?

1 Answers  


What is use of hook in codeigniter?

1 Answers  


Explain url helper? Can you list some commonly used url helpers in codeigniter?

1 Answers  


What are the features of codeigniter?

1 Answers  


How to remove index.php from url in codeigniter?

1 Answers  


Why is there a need to configure the url routes?

1 Answers  


Categories