One of the features of CodeIgniter is extremely light weight
Group of answer choices
True
False
True
One of the features of CodeIgniter is zip decoding class
Group of answer choices
True
False
False
MVC permits web pages to contain minimal scripting since the presentation is separate from the PHP scripting.
Group of answer choices
True
False
True
The second step for CodeIgniter installation is to unzip the package to your web page root directory
Group of answer choices
True
False
True
One of the features of CodeIgniter is applicable profiling
Group of answer choices
True
False
False
URLs in CodeIgniter are search-engine and human friendly. CodeIgniter uses a segment-based approach.
Group of answer choices
True
False
True
In URI segment, the first segment represents the controller class that should be invoked.
Group of answer choices
True
False
True
In URI segment, the second segment represents the ____________ that should be called.
Group of answer choices
controller class
class function or method
ID and any variables
class function or method
In URI segment, the first segment represents the ________ that should be invoked.
Group of answer choices
controller class
class function or method
ID and any variables
controller class
The third, and any additional segments in URI segments, represent the ___________ that will be passed to the controller.
Group of answer choices
controller class
class function or method
ID and any variables
ID and any variables
CodeIgniter has large library of “helper” functions
Group of answer choices
True
False
True
Text editor is one of the requirements for CodeIgniter installation.
Group of answer choices
True
False
True
’/’ is the segment delimiter.
Group of answer choices
True
False
True
By default, the index.php file will be included in your URLs: example.com/index.php/news/article/my_article
True
The first step for CodeIgniter installation is to Download CodeIgniter
Group of answer choices
True
False
True
CodeIgniter strives for simplicity, flexibility, and high performance in a small footprint package.
Group of answer choices
True
False
True
Apache is an example of web browser
Group of answer choices
True
False
False
This represents the data structures in which model classes contains functions such as retrieve, insert, and update information in database.
Group of answer choices
Model
View
Controller
All of the above
Model
In URI segment, the second segment represents the class function or method that should be called.
Group of answer choices
True
False
True
In a route, the array key contains the URI to be matched, while the array value contains the destination it should be re-routed to.
Group of answer choices
True
False
True
In a route, the array key contains the URI to be matched, while the array value contains the destination it should be re-routed to.
Group of answer choices
True
False
True
CodeIgniter uses a segmented-based approach
Group of answer choices
True
False
True