1.
In CodeIgniter, pagination is useful when you code an application that particularly interfaces with a ______________.
2.
Which of these functions enables you to call PHP databases that are not natively included in CodeIgniter?
3.
In custom function calls made in CodeIgniter, any parameter needed by the function being called will be added to the ___________ parameter?
4.
In CodeIgniter, there is a ___________________ relationship between a URL string and its corresponding controller class or method.
5.
How many reserved routes are there in Codeigniter?
6.
In CodeIgniter, the session class monitors the user states and tracks a user's activity when a website is being browsed.
7.
In CodeIgniter, the existing cache files are directly sent to the browser.
8.
While using form_fieldset() in CodeIgniter, you can submit an associative array in the second parameter to set additional attributes.
9.
While using set_select() in CodeIgniter, the third parameter allows you to set an item as default.
10.
Once loaded, the Sessions library object will be available using the ______________ statement in CodeIgniter.