<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Codeigniter: AJAX Pagination</title>
	<atom:link href="http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/feed/" rel="self" type="application/rss+xml" />
	<link>http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/</link>
	<description>All about Amzad Hossain</description>
	<lastBuildDate>Sun, 08 Nov 2009 06:13:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tohin</title>
		<link>http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-286</link>
		<dc:creator>tohin</dc:creator>
		<pubDate>Thu, 10 Sep 2009 06:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-286</guid>
		<description>Have you loaded the library before hand : 

$this-&gt;load-&gt;library(&#039;Jquery_pagination&#039;);</description>
		<content:encoded><![CDATA[<p>Have you loaded the library before hand : </p>
<p>$this-&gt;load-&gt;library(&#8216;Jquery_pagination&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Husain</title>
		<link>http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-285</link>
		<dc:creator>Husain</dc:creator>
		<pubDate>Thu, 10 Sep 2009 04:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-285</guid>
		<description>is it correct statement to initialise  Jquery_pagination ?
$this-&gt;Jquery_pagination-&gt;initialize($config);
because i m using this and it will not work and show following error

Call to a member function initialize() on a non-object in D:\wamp\www\College\system\application\controllers\College_controller.php on line 44

if not what will be the way to execute your Jquery_pagination code</description>
		<content:encoded><![CDATA[<p>is it correct statement to initialise  Jquery_pagination ?<br />
$this-&gt;Jquery_pagination-&gt;initialize($config);<br />
because i m using this and it will not work and show following error</p>
<p>Call to a member function initialize() on a non-object in D:\wamp\www\College\system\application\controllers\College_controller.php on line 44</p>
<p>if not what will be the way to execute your Jquery_pagination code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tohin</title>
		<link>http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-274</link>
		<dc:creator>tohin</dc:creator>
		<pubDate>Wed, 26 Aug 2009 15:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-274</guid>
		<description>I think you have found your solution:  
&lt;a href=&quot;http://m42h31.wordpress.com/2009/08/26/codeigniter-paging-an-array/&quot; rel=&quot;nofollow&quot;&gt; Here In your blog &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I think you have found your solution:<br />
<a href="http://m42h31.wordpress.com/2009/08/26/codeigniter-paging-an-array/" rel="nofollow"> Here In your blog </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mazhel</title>
		<link>http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-273</link>
		<dc:creator>mazhel</dc:creator>
		<pubDate>Wed, 26 Aug 2009 10:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-273</guid>
		<description>how about pagination from array variable in codeigniter ?
example : 
i have $mydata = array();
array (
         [0]=&gt;&quot;hallo&quot;
         [1] =&gt;&quot;world&quot;
         [2]=&gt;&#039;!!!&quot;
);
and i want to place per array index to different page.. 
please advice me..!!</description>
		<content:encoded><![CDATA[<p>how about pagination from array variable in codeigniter ?<br />
example :<br />
i have $mydata = array();<br />
array (<br />
         [0]=&gt;&#8221;hallo&#8221;<br />
         [1] =&gt;&#8221;world&#8221;<br />
         [2]=&gt;&#8217;!!!&#8221;<br />
);<br />
and i want to place per array index to different page..<br />
please advice me..!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tohin</title>
		<link>http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-243</link>
		<dc:creator>tohin</dc:creator>
		<pubDate>Tue, 14 Jul 2009 06:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-243</guid>
		<description>http://tohin.wordpress.com/2008/10/07/codeigniter-ajax-pagination-exampleguideline/

check this and download section. i am planning to move this to github soon. Please hold little patience :)</description>
		<content:encoded><![CDATA[<p><a href="http://tohin.wordpress.com/2008/10/07/codeigniter-ajax-pagination-exampleguideline/" rel="nofollow">http://tohin.wordpress.com/2008/10/07/codeigniter-ajax-pagination-exampleguideline/</a></p>
<p>check this and download section. i am planning to move this to github soon. Please hold little patience <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kmil0</title>
		<link>http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-240</link>
		<dc:creator>kmil0</dc:creator>
		<pubDate>Tue, 14 Jul 2009 03:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-240</guid>
		<description>I&#039;m still waiting for a  Demo

jeje , nice job guy!</description>
		<content:encoded><![CDATA[<p>I&#8217;m still waiting for a  Demo</p>
<p>jeje , nice job guy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MAK</title>
		<link>http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-227</link>
		<dc:creator>MAK</dc:creator>
		<pubDate>Wed, 24 Jun 2009 09:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-227</guid>
		<description>@tohin said

first i downloaded the files from the the links which added in this page 
http://www.jhorotek.com/downloads/codeigniter/jquery_pagination.rar
AND
http://www.jhorotek.com/downloads/codeigniter/Jquery_pagination_20080925.rar

But now I have downloaded the new files from the download section.

I guess the problem which occured with me when displaying arabic labels in the bagination with numbers like 1 2 3 , the numbers must be like 3 2 1, when I made reverse of the array the problem still occure, but when I made implode then return the links the paging links appears correctly.

Thanks  tohin for this library.</description>
		<content:encoded><![CDATA[<p>@tohin said</p>
<p>first i downloaded the files from the the links which added in this page<br />
<a href="http://www.jhorotek.com/downloads/codeigniter/jquery_pagination.rar" rel="nofollow">http://www.jhorotek.com/downloads/codeigniter/jquery_pagination.rar</a><br />
AND<br />
<a href="http://www.jhorotek.com/downloads/codeigniter/Jquery_pagination_20080925.rar" rel="nofollow">http://www.jhorotek.com/downloads/codeigniter/Jquery_pagination_20080925.rar</a></p>
<p>But now I have downloaded the new files from the download section.</p>
<p>I guess the problem which occured with me when displaying arabic labels in the bagination with numbers like 1 2 3 , the numbers must be like 3 2 1, when I made reverse of the array the problem still occure, but when I made implode then return the links the paging links appears correctly.</p>
<p>Thanks  tohin for this library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tohin</title>
		<link>http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-226</link>
		<dc:creator>tohin</dc:creator>
		<pubDate>Wed, 24 Jun 2009 07:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-226</guid>
		<description>@MAK displayed incorrent means arabic character or some other incorrection.

another thing MAK please download the library from download section .. i haven&#039;t updated the link inside the post. Just put a Note on top..where to find the latest code.</description>
		<content:encoded><![CDATA[<p>@MAK displayed incorrent means arabic character or some other incorrection.</p>
<p>another thing MAK please download the library from download section .. i haven&#8217;t updated the link inside the post. Just put a Note on top..where to find the latest code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MAK</title>
		<link>http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-225</link>
		<dc:creator>MAK</dc:creator>
		<pubDate>Wed, 24 Jun 2009 07:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-225</guid>
		<description>@tohin said
Here is the link of the jquery pagination class after i add my changes
http://bt2vca.bay.livefilestore.com/y1pzKX5M9BNHVfWT0JaagKvRTO1C13VPkvjp32jyc6_RhWppkiE3swKpHA9d2J1scz3j32i1ERhmz_-hDRzhuCofHoSfWSMhv7j/Jquery_pagination.php?download

when replace the LAST with الاخيره
And NEXT with التالي 
FIRST with الاول
PREVIOUS with السابق

and generate the paging links the links displayed incorrect.

But when I skipped the reverse and making array with the paging links and then generate the links the links displayed correctly.</description>
		<content:encoded><![CDATA[<p>@tohin said<br />
Here is the link of the jquery pagination class after i add my changes<br />
<a href="http://bt2vca.bay.livefilestore.com/y1pzKX5M9BNHVfWT0JaagKvRTO1C13VPkvjp32jyc6_RhWppkiE3swKpHA9d2J1scz3j32i1ERhmz_-hDRzhuCofHoSfWSMhv7j/Jquery_pagination.php?download" rel="nofollow">http://bt2vca.bay.livefilestore.com/y1pzKX5M9BNHVfWT0JaagKvRTO1C13VPkvjp32jyc6_RhWppkiE3swKpHA9d2J1scz3j32i1ERhmz_-hDRzhuCofHoSfWSMhv7j/Jquery_pagination.php?download</a></p>
<p>when replace the LAST with الاخيره<br />
And NEXT with التالي<br />
FIRST with الاول<br />
PREVIOUS with السابق</p>
<p>and generate the paging links the links displayed incorrect.</p>
<p>But when I skipped the reverse and making array with the paging links and then generate the links the links displayed correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tohin</title>
		<link>http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-224</link>
		<dc:creator>tohin</dc:creator>
		<pubDate>Tue, 23 Jun 2009 16:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://tohin.wordpress.com/2008/08/12/codeigniter-ajax-pagination/#comment-224</guid>
		<description>@abada.. be a twitter guy .. add me .. and i will add you :)

@MAK what problem . ?  put your code in www.etherpad.com and paste the link here.. this will help me to take a glance and other may help you out too.. :) ...</description>
		<content:encoded><![CDATA[<p>@abada.. be a twitter guy .. add me .. and i will add you <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@MAK what problem . ?  put your code in <a href="http://www.etherpad.com" rel="nofollow">http://www.etherpad.com</a> and paste the link here.. this will help me to take a glance and other may help you out too.. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
