Home »
MCQs »
FuelPHP MCQs
Which of the following methods is used to set a variable to the parameter defined in the Query object?
42. Which of the following methods is used to set a variable to the parameter defined in the Query object?
- Data
- Select
- Bind
Answer: C) Bind
Explanation:
The bind method is used to set a variable to the parameter defined in the Query object.