In a CodeIgniter application, when a user requests a report, the Model efficiently handles this by using ________ to aggregate data.

  • Active Record
  • Controller
  • Helper
  • Query Builder
In CodeIgniter, the Query Builder is a powerful feature that allows the Model to efficiently handle data aggregation, providing a flexible and easy-to-use way to construct database queries.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *