Home »
MCQs »
FuelPHP MCQs
Which of the following view methods gets the value of one or more variables?
33. Which of the following view methods gets the value of one or more variables?
- Get
- Get_var
- Var_get
Answer: A) Get
Explanation:
Get method to get the value of one or more variables.