Home »
MCQs »
Yii PHP Framework MCQs
Which of the following method updates data in the data store based on the circumstances stated?
26. Which of the following method updates data in the data store based on the circumstances stated?
- Update()
- UpdateAll()
- Validate()
Answer: B) UpdateAll()
Explanation:
UpdateAll() method, Updates data in the data store based on the circumstances stated.