Are you are CodeIgniter addict?
1. Where is the base_url stored?
index.php
autoload.php
config.php
I don't know
2. What is a Controller?
A Controller are PHP classes that are designed to work with information in your database
A Controller is simply a class file that is named in a way that can be associated with a URI.
A Controller is simply a web page, or a page fragment, like a header, footer, sidebar, etc.
I don't know
3. The Cookie Helper is used for?
Helping you bake cookies for your grandmother.
The Cookie Helper file contains classes and functions to help with form variables.
The Cookie Helper file contains functions that assist in working with cookies.
I don't know
4. Which class is initialized automatically by the system so there is no need to do it manually.?
Calendaring Class
Email Class
Unit Testing Class
Config Class
5. If you used the word_limiter() function which Helper would you have to load?
Form Helper
Text Helper
HTML Helper
Security Helper
6. CodeIgniter only works with PHP version _____ and above.
5.1.0
4.3.2
4.1.1
5.0.x
7. MVC Stands for?
Maximum Velocity of Code
Model, View, Code
Model, View, Controller
Maximum Code Viewing
8. Which of the following is an included helper function?
Inflector Helper
ASP Helper
Javascript Helper
ID10T Helper
9. What are the XML-RPC Server Classes used for?
Send requests to another server, or set up your own XML-RPC server to receive requests
Help you work with XML data.
Set up your own XML-RPC website to scrap data.
I don't know.
10. What should you check for when creating your own libraries?
if (!defined('MYPATH'))
if (!defined('BASEPATH'))
if (!defined('CODE_IGNITER_PATH'))
if (!defined('CI_PATH'))
PHP Knowledge Base Script