The number of records per page in CodeIgniter pagination is set using the ________ configuration option.

  • per_page
  • records_per_page
  • limit
  • page_size
In CodeIgniter, the number of records displayed per page is set using the per_page configuration option in the pagination configuration. This option determines how many records to show on each page of the paginated results.
Add your answer
Loading...

Leave a comment

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