1.
The biggest advantage of CodeIgniter over other frameworks is its ___________.
2.
In CodeIgniter, which class is used to create and execute SQL queries in a model section?
3.
In CodeIgniter, which of the following functions helps enable error reporting in an application?
4.
In CodeIgniter, which of these examines HTTP requests?
5.
In CodeIgniter, each class ____ represents a controller action.
6.
In CodeIgniter, a CSRF token is a ____ value that changes with each HTTP request sent.
7.
In CodeIgniter, which of the following functions is used to create an opening form tag?
8.
In CodeIgniter, which of the following functions is used to create a label for a form?
9.
In CodeIgniter, data passed to a form_fieldset_close() function is added ____ the tag.
10.
While using form_button() in CodeIgniter, which of these parameters is used to pass button content?