<?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 on: PHP MySQL Class</title>
	<atom:link href="http://blog.briandichiara.com/php-mysql-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.briandichiara.com/php-mysql-class/</link>
	<description>designer. developer. friend.</description>
	<lastBuildDate>Fri, 06 Aug 2010 04:59:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: briandichiara</title>
		<link>http://blog.briandichiara.com/php-mysql-class/comment-page-1/#comment-3123</link>
		<dc:creator>briandichiara</dc:creator>
		<pubDate>Sun, 01 Nov 2009 21:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.briandichiara.com/?p=67#comment-3123</guid>
		<description>Joe, take a look at the recent update. I added SEEK as part of the class. Unfortunately I wasn&#039;t able to test it. If you have any issues, just let me know. I don&#039;t use it much, so hopefully my addition is sufficient. Also note the note above about returning an object instead of an array. Thanks for reading!</description>
		<content:encoded><![CDATA[<p>Joe, take a look at the recent update. I added SEEK as part of the class. Unfortunately I wasn&#8217;t able to test it. If you have any issues, just let me know. I don&#8217;t use it much, so hopefully my addition is sufficient. Also note the note above about returning an object instead of an array. Thanks for reading!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Coolest</title>
		<link>http://blog.briandichiara.com/php-mysql-class/comment-page-1/#comment-1913</link>
		<dc:creator>Joe Coolest</dc:creator>
		<pubDate>Tue, 04 Aug 2009 23:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.briandichiara.com/?p=67#comment-1913</guid>
		<description>I&#039;m attempting to use this class to bridge the gaps in my OOP PHP knowledge. OOP is quite a challenge for me at the moment. 

For the life of me I can&#039;t figure out how to implement a mysql_data_seek function into your class. 

function seek($index) { return mysql_data_seek( $this-&gt;????, $index ); }

I thought I could easily extend your class with a few features to allow me to seek to first and last result of a query, but I am completely stumped at this point. I&#039;m not giving up and don&#039;t really want the functions handed over, but I&#039;d love a few pointers that might help me fill in the gaps in my knowledge regarding what I would need to pass to mysql_data_seek.

I look forward to becoming a regular follower of your blog. A few of the posts that I have investigated thus far have been extremely helpful. Thank you.</description>
		<content:encoded><![CDATA[<p>I&#8217;m attempting to use this class to bridge the gaps in my OOP PHP knowledge. OOP is quite a challenge for me at the moment. </p>
<p>For the life of me I can&#8217;t figure out how to implement a mysql_data_seek function into your class. </p>
<p>function seek($index) { return mysql_data_seek( $this-&gt;????, $index ); }</p>
<p>I thought I could easily extend your class with a few features to allow me to seek to first and last result of a query, but I am completely stumped at this point. I&#8217;m not giving up and don&#8217;t really want the functions handed over, but I&#8217;d love a few pointers that might help me fill in the gaps in my knowledge regarding what I would need to pass to mysql_data_seek.</p>
<p>I look forward to becoming a regular follower of your blog. A few of the posts that I have investigated thus far have been extremely helpful. Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
