What is ci framework in php?



What is ci framework in php?..

Answer / Chitrasain

CI Framework (CodeIgniter) is a PHP framework that enables developers to build web applications more efficiently by providing pre-built libraries for common tasks such as form validation, database access, and email functionality.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

how can we retrive value from one database server and store them another database server using php?

3 Answers  


Which one is best framework for php?

1 Answers  


How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?

1 Answers  


Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?

1 Answers  


How to write in a file in php?

1 Answers  


For printing out strings, there are echo, print and printf. Explain the differences.

3 Answers  


Explain PHP?

1 Answers  


Do you know what does mvc stand for and what does each component do?

1 Answers  


Tell me how can we check the value of a given variable is alphanumeric?

1 Answers  


How can a cross-site scripting attack be prevented by php?

1 Answers  


Tell me how can we connect to a mysql database from a php script?

1 Answers  


PHP serverside scripting language or client side scripting language>

8 Answers  


Categories