Skip to content

Instantly share code, notes, and snippets.

@jrvaja
Created June 29, 2012 13:38
Show Gist options
  • Select an option

  • Save jrvaja/3017994 to your computer and use it in GitHub Desktop.

Select an option

Save jrvaja/3017994 to your computer and use it in GitHub Desktop.
CodeIgniter: PaginationView-phpCode
<?php echo $this->table->generate($records); ?>
<?php echo $this->pagination->create_links();?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment