Home » 
        MCQs » 
        Yii PHP Framework MCQs
    
        
    ____ Action is used for setting a new record
    
    
    
	19. ____ Action is used for setting a new record.
    
      - CreateAction()
 
      - actionCreateNew()
 
      - actionNew()
 
      - actionCreate()
 
    
    Answer: D) actionCreate()
    Explanation:
    actionCreate() is used for setting a new record.