<?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: I&#039;m Off My Mash On Ecstasy Pipes</title> <atom:link href="http://www.synchronium.net/2009/07/23/im-off-my-mash-on-ecstasy-pipes/feed/" rel="self" type="application/rss+xml" /><link>http://www.synchronium.net/2009/07/23/im-off-my-mash-on-ecstasy-pipes/</link> <description></description> <lastBuildDate>Fri, 20 Jan 2012 05:46:45 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: James Rozee</title><link>http://www.synchronium.net/2009/07/23/im-off-my-mash-on-ecstasy-pipes/comment-page-1/#comment-5190</link> <dc:creator>James Rozee</dc:creator> <pubDate>Sat, 29 Aug 2009 18:18:57 +0000</pubDate> <guid
isPermaLink="false">http://www.synchronium.net/?p=618#comment-5190</guid> <description>$comment = new Comment();
$comment-&gt;item_id = 1;
$comment-&gt;name = &#039;Synchronium&#039;;
$comment-&gt;email = &#039;pretend@email.addr&#039;;
$comment-&gt;body = &#039;Here\&#039;s my comment!&#039;;
$comment-&gt;rating = 5;
$comment-&gt;save();
I&#039;d rather do it this way, personally:
$core-&gt;comments-&gt;addComment( $name, $email, $body, $rating );
I rather have everything work through my core.
Really id actually do
$core-&gt;users-&gt;comments-&gt;addComment( ... ); etc
Anyway, hope it went well (that is if you&#039;ve finished).</description> <content:encoded><![CDATA[<p>$comment = new Comment();<br
/> $comment-&gt;item_id = 1;<br
/> $comment-&gt;name = ‘Synchronium’;<br
/> $comment-&gt;email = ‘pretend@email.addr’;<br
/> $comment-&gt;body = ‘Here\‘s my comment!’;<br
/> $comment-&gt;rating = 5;<br
/> $comment-&gt;save();</p><p>I’d rather do it this way, personally:</p><p>$core-&gt;comments-&gt;addComment( $name, $email, $body, $rating );</p><p>I rather have everything work through my core.</p><p>Really id actually do</p><p>$core-&gt;users-&gt;comments-&gt;addComment( … ); etc</p><p>Anyway, hope it went well (that is if you’ve finished).</p> ]]></content:encoded> </item> </channel> </rss>
