This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request.Twitter = new Class({ | |
Extends: Request.JSONP, | |
options: { | |
linkify: true, | |
url: '/twitter/statuses/user_timeline/{term}.json', | |
data: { | |
count: 5 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
include_once(BASEPATH.'libraries/Pagination.php'); | |
class PaginationSortable extends CI_Pagination { | |
/** | |
* Generate the pagination links | |
* | |
* @access public | |
* @return string |