Home » 
        MCQs » 
        FuelPHP MCQs
    
        
    Which of the following methods determines whether the request is AJAX or not?
    
    
    
	51. Which of the following methods determines whether the request is AJAX or not?
    
      - Isajax
- Ajax_file
- Is_ajax
- Ajax_req
Answer: C) Is_ajax
    Explanation:
    is_ajax method determines whether the request is AJAX or not.