Skip to content

Instantly share code, notes, and snippets.

Request.Twitter = new Class({
Extends: Request.JSONP,
options: {
linkify: true,
url: '/twitter/statuses/user_timeline/{term}.json',
data: {
count: 5
}
@jlebrech
jlebrech / gist:649102
Created October 27, 2010 14:13
CodeIngiter paginationsortable
<?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