To optimize a search feature, a CodeIgniter Model might use ________ to filter results.

  • Active Record
  • Controller
  • Libraries
  • Routing
CodeIgniter's Active Record feature allows the Model to easily filter and retrieve specific data from the database, making it a suitable choice for optimizing search features in an application.
Add your answer
Loading...

Leave a comment

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