CodeIgniter Interview Questions and Answers | PHP Gurukul


 

1.What is CodeIgniter ?

Answers : CodeIgniter is open source & powerful framework used for developing web applications on PHP. It is based on MVC(Model, View, Controller) pattern.

2.  What are the features of CodeIgniter ?

Answer :  1. It is an open source framework and free to use.

2. It is extremely light weighted.

3. It is based on MVC(Model, View, Controller) pattern.

4.It has full featured database classes and support for several platforms.

5.Excellent documentation.

3. How you can add or load a model in CodeIgniter ?

Answer :

Comments

Popular posts from this blog

Global Food Ordering System Using PHP and MySQL | PHP Gurukul

Pre-School Enrollment System using PHP and MySQL | PHP Gurukul

Doctor Appointment Management System Using PHP and MySQL | PHP Gurukul