When limiting the number of results returned by a query in CodeIgniter, the ________ method is employed.

  • fetch()
  • get_limit()
  • limit()
  • restrict()
To limit the number of results returned by a query in CodeIgniter, the limit() method is used. It helps in specifying the number of records to be retrieved from the database result set.
Add your answer
Loading...

Leave a comment

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