Home » 
        MCQs » 
        FuelPHP MCQs
    
        
    Which of the following methods sets the initial value of the fields in the fieldset using a model instance?
    
    
    
	49. Which of the following methods sets the initial value of the fields in the fieldset using a model instance?
    
      - Model
- Populate
- Repopulate
- Validation
Answer: B) Populate
    Explanation:
    Populate method sets the initial value of the fields in the fieldset using model instances.