1.
A controller don’t have any default action
a)
True
b)
False ***
2. The prefix of any method name of a
controller is
a)
function
b)
method
c)
action
***
d)
index
3. A filter can also be an instance of
A. CFilter ***
B. CController
C. CDatabase
D....
Saturday, April 30, 2016
Yii MCQ Questions with Answer for IDB it Scholarship Exam
Posted by Tech Talim in: yii at 4:26 PM
Read More
Important Cake php MCQ Questions with Answers for exam
Posted by Tech Talim in: Cake PHP at 4:16 PM
1. Question:
What
are 3 important parts of MVC?
The Model represent the
application data
The View renders a
presentation of model data
Module represents the
application part
The Controller handles
and routes requests made by the client
2. Question:
The
view layer in CakePHP can be made up of a number of different parts. What are
the deferent part of view layer?
View
Element
Controller
Model
Helper
3. ...