Choose a topic to test your knowledge and improve your Yii PHP web application framework skills
Which of the following is true about CodeIgniter?
CodeIgniter directory structure is divided into?
The __________ serves as an intermediary between the Model, the View, and any other resources needed to process the HTTP request and generate a web page.
Model classes are stored in __________ directory.
In Routing, which segment represents the controller class that should be invoked?
Which of the following will specify location of your database here e.g. localhost or IP address?
Which function is used to select a record?
The set() function will set the data to be updated.
Which class provides two-way data encryption functionality?
Which function displays errors in HTML format at the top of the screen?
The ________ will render the page with available data and pass it on for Caching.
Which folder will contain base class of your application?
A controller is a simple class file. As the name suggests, it controls the whole application by?
The _________ file contains functions that assist in working with arrays.
Which wildcards will match a segment containing only numbers?
Which function will decide which record to update?
Which of the following is correct syntax for Closing a Connection?
Which class is always active, enabling the time difference between any two marked points to be calculated?
Language Class : This class pre-processes the input data for security reason
Which function displays error if you are trying to access a page which does not exist?