Home »
MCQs »
CodeIgniter MCQs
The data to be updated will be set using the ____ method
21. The data to be updated will be set using the ____ method.
- Update()
- Changed()
- Setup()
- Set()
Answer: D) Set()
Explanation:
The data to be updated will be set using the set() method.