<?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/"
		>
<channel>
	<title>Comments for Del Harvey - Developer</title>
	<atom:link href="http://lotsofcode.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://lotsofcode.com</link>
	<description>Lots of Code</description>
	<lastBuildDate>Tue, 20 Dec 2011 16:31:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Contact by DC</title>
		<link>http://lotsofcode.com/contact#comment-115154</link>
		<dc:creator>DC</dc:creator>
		<pubDate>Tue, 20 Dec 2011 16:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/lotsofcode_2008/contact#comment-115154</guid>
		<description>Hey man love the array pagination I have modded it and fixed a few bugs and wrote some nice css for it, however I really need to have it so that I can set a midrange limit as to how many pages are shown, so for example you have 200 pages then it should show only a set amount at any one time or the pagination will flow endlesly so PREV 1 2 3 4 5 6 7 8 ... 172 NEXT 

I saw a guy NICK on your board posted some code that may do something like that but Il be dammed if I can get that to work period.

So if you can send me some working code I can add to my mod that would be fantastic, as I feel all this needs is a midrange limit and it will be tops.

Thanks for any help on this DC

Look forward to hearing from you I know this is an old post.

In my mod which i can show you if you like you can&#039;t go over a set number of pages this caused a blank page I have fixed all that.

This is your class used in a small script I am coding for a buddy of mine this is a good example of how slick your class can actually be :-)  http://www.clickcraft.net/marks_news.php</description>
		<content:encoded><![CDATA[<p>Hey man love the array pagination I have modded it and fixed a few bugs and wrote some nice css for it, however I really need to have it so that I can set a midrange limit as to how many pages are shown, so for example you have 200 pages then it should show only a set amount at any one time or the pagination will flow endlesly so PREV 1 2 3 4 5 6 7 8 ... 172 NEXT </p>
<p>I saw a guy NICK on your board posted some code that may do something like that but Il be dammed if I can get that to work period.</p>
<p>So if you can send me some working code I can add to my mod that would be fantastic, as I feel all this needs is a midrange limit and it will be tops.</p>
<p>Thanks for any help on this DC</p>
<p>Look forward to hearing from you I know this is an old post.</p>
<p>In my mod which i can show you if you like you can't go over a set number of pages this caused a blank page I have fixed all that.</p>
<p>This is your class used in a small script I am coding for a buddy of mine this is a good example of how slick your class can actually be <img src='http://lotsofcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   <a href="http://www.clickcraft.net/marks_news.php" rel="nofollow">http://www.clickcraft.net/marks_news.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Array Pagination by DC</title>
		<link>http://lotsofcode.com/php/php-array-pagination.htm#comment-115068</link>
		<dc:creator>DC</dc:creator>
		<pubDate>Tue, 20 Dec 2011 08:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/lotsofcode_2008/uncategorized/php-array-pagination.htm#comment-115068</guid>
		<description>I tried to get this mod by nic to work but it does not any idea how to get this mod code to work?

I think somthing is a mis but I cant figure it out

The last line of the class is changed to:

$endvalue = 21;
if($this-&gt;page &gt;= 1) {
$startValue = ($this-&gt;page - 11);
if ($startValue page implodeBy, array_slice($links, $startValue, $endvalue)). &quot; &quot; .implode(&#039; &#039;, $slinks);
}

some of the code appears broken like this line
$startValue page implodeBy

Anyone get this code fixed so that it works and show example of what this replaces?</description>
		<content:encoded><![CDATA[<p>I tried to get this mod by nic to work but it does not any idea how to get this mod code to work?</p>
<p>I think somthing is a mis but I cant figure it out</p>
<p>The last line of the class is changed to:</p>
<p>$endvalue = 21;<br />
if($this-&gt;page &gt;= 1) {<br />
$startValue = ($this-&gt;page - 11);<br />
if ($startValue page implodeBy, array_slice($links, $startValue, $endvalue)). " " .implode(' ', $slinks);<br />
}</p>
<p>some of the code appears broken like this line<br />
$startValue page implodeBy</p>
<p>Anyone get this code fixed so that it works and show example of what this replaces?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Array Pagination by Sib</title>
		<link>http://lotsofcode.com/php/php-array-pagination.htm#comment-68006</link>
		<dc:creator>Sib</dc:creator>
		<pubDate>Thu, 04 Aug 2011 21:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/lotsofcode_2008/uncategorized/php-array-pagination.htm#comment-68006</guid>
		<description>This is really great and was very helpful script indeed. Good work.</description>
		<content:encoded><![CDATA[<p>This is really great and was very helpful script indeed. Good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Smarty Pagination by Weaver</title>
		<link>http://lotsofcode.com/php/smarty-pagination.htm#comment-67883</link>
		<dc:creator>Weaver</dc:creator>
		<pubDate>Thu, 04 Aug 2011 12:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotsofcode.com/uncategorized/smarty-pagination.htm#comment-67883</guid>
		<description>I never usually comment on these things but I have been trying to create pagination for a PHP/MYSQL search engine without success until now. Therefore I know how frustrating it is when things don&#039;t work.

The above initally didn&#039;t work but I think I worked out why: 
$dataPages = $pagination-&gt;generate($rowData, 20);

should read:

$dataPages = $pagination-&gt;generate(&lt;b&gt;$dataCollection&lt;/b&gt;, 20);

This should match whatever you called your array that the SQL results are placed in.

Thank you for your pagination.class script, couldn&#039;t have donw it without it!

Weaver</description>
		<content:encoded><![CDATA[<p>I never usually comment on these things but I have been trying to create pagination for a PHP/MYSQL search engine without success until now. Therefore I know how frustrating it is when things don't work.</p>
<p>The above initally didn't work but I think I worked out why:<br />
$dataPages = $pagination-&gt;generate($rowData, 20);</p>
<p>should read:</p>
<p>$dataPages = $pagination-&gt;generate(<b>$dataCollection</b>, 20);</p>
<p>This should match whatever you called your array that the SQL results are placed in.</p>
<p>Thank you for your pagination.class script, couldn't have donw it without it!</p>
<p>Weaver</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Array Pagination by Steph</title>
		<link>http://lotsofcode.com/php/php-array-pagination.htm#comment-66276</link>
		<dc:creator>Steph</dc:creator>
		<pubDate>Thu, 28 Jul 2011 13:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/lotsofcode_2008/uncategorized/php-array-pagination.htm#comment-66276</guid>
		<description>Really cool stuff, thanks!</description>
		<content:encoded><![CDATA[<p>Really cool stuff, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Input text value change on click w/wo jQuery by Tech</title>
		<link>http://lotsofcode.com/javascript-and-ajax/input-text-value-change-on-click.htm#comment-65487</link>
		<dc:creator>Tech</dc:creator>
		<pubDate>Mon, 25 Jul 2011 14:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/lotsofcode_2008/uncategorized/input-text-value-change-on-click.htm#comment-65487</guid>
		<description>Thank for this clean a easy and usefull thanks</description>
		<content:encoded><![CDATA[<p>Thank for this clean a easy and usefull thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tag cloud by juampa</title>
		<link>http://lotsofcode.com/php/tag-cloud.htm#comment-55547</link>
		<dc:creator>juampa</dc:creator>
		<pubDate>Sat, 04 Jun 2011 02:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotsofcode.com/?p=142#comment-55547</guid>
		<description>Thank you for your script, it´s really useful!</description>
		<content:encoded><![CDATA[<p>Thank you for your script, it´s really useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Array Pagination by Dhanushka Prabhath</title>
		<link>http://lotsofcode.com/php/php-array-pagination.htm#comment-55472</link>
		<dc:creator>Dhanushka Prabhath</dc:creator>
		<pubDate>Fri, 03 Jun 2011 17:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/lotsofcode_2008/uncategorized/php-array-pagination.htm#comment-55472</guid>
		<description>Thanks bro i solved my biggest pagination problem using this. 
Again Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thanks bro i solved my biggest pagination problem using this.<br />
Again Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Array Pagination by Saleha</title>
		<link>http://lotsofcode.com/php/php-array-pagination.htm#comment-54400</link>
		<dc:creator>Saleha</dc:creator>
		<pubDate>Fri, 27 May 2011 10:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/lotsofcode_2008/uncategorized/php-array-pagination.htm#comment-54400</guid>
		<description>Hello Peter,
Just add at top of this script:
$Per_Page = $_REQUEST[&#039;Num&#039;];

&amp; Change line:
$productPages = $pagination-&gt;generate($products, $Per_Page);
now i hope this script works for you also

Byee</description>
		<content:encoded><![CDATA[<p>Hello Peter,<br />
Just add at top of this script:<br />
$Per_Page = $_REQUEST['Num'];</p>
<p>&amp; Change line:<br />
$productPages = $pagination-&gt;generate($products, $Per_Page);<br />
now i hope this script works for you also</p>
<p>Byee</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Array Pagination by Saleha</title>
		<link>http://lotsofcode.com/php/php-array-pagination.htm#comment-54398</link>
		<dc:creator>Saleha</dc:creator>
		<pubDate>Fri, 27 May 2011 10:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/lotsofcode_2008/uncategorized/php-array-pagination.htm#comment-54398</guid>
		<description>Great Job, its really cool &amp; work nice... keep it up.  : )</description>
		<content:encoded><![CDATA[<p>Great Job, its really cool &amp; work nice... keep it up.  : )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

