<?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: CodeIgniter and SimplePie</title> <atom:link href="http://68kb.com/2007/10/31/codeigniter-and-simplepie/feed/" rel="self" type="application/rss+xml" /><link>http://68kb.com/2007/10/31/codeigniter-and-simplepie/</link> <description>PHP Knowledge Base Script</description> <lastBuildDate>Wed, 16 Dec 2009 00:58:55 -0600</lastBuildDate> <generator>http://wordpress.org/?v=2.8.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Marko Randjelovic</title><link>http://68kb.com/2007/10/31/codeigniter-and-simplepie/comment-page-1/#comment-148</link> <dc:creator>Marko Randjelovic</dc:creator> <pubDate>Tue, 01 Dec 2009 12:03:47 +0000</pubDate> <guid isPermaLink="false">http://68kb.com/2007/10/31/codeigniter-and-simplepie/#comment-148</guid> <description>Well, thanks anyway. :) I&#039;ll post a comment if I figure it out. ;)</description> <content:encoded><![CDATA[<p>Well, thanks anyway. <img src='http://68kb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I&#8217;ll post a comment if I figure it out. <img src='http://68kb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Eric Barnes</title><link>http://68kb.com/2007/10/31/codeigniter-and-simplepie/comment-page-1/#comment-147</link> <dc:creator>Eric Barnes</dc:creator> <pubDate>Mon, 30 Nov 2009 15:03:38 +0000</pubDate> <guid isPermaLink="false">http://68kb.com/2007/10/31/codeigniter-and-simplepie/#comment-147</guid> <description>Honestly I do not know why you are getting that error.  I asked about the short open tags because line 673 of Loader.php is:
&lt;pre&gt;if ((bool) @ini_get(&#039;short_open_tag&#039;) === FALSE AND config_item(&#039;rewrite_short_tags&#039;) == TRUE)
{
echo eval(&#039;?&gt;&#039;.preg_replace(&quot;/;*\s*\?&gt;/&quot;, &quot;; ?&gt;&quot;, str_replace(&#039;&lt;?=&#039;, &#039;&lt;?php echo &#039;, file_get_contents($_ci_path))));
}
&lt;/pre&gt;Which is where it tries to convert to normal php tags.</description> <content:encoded><![CDATA[<p>Honestly I do not know why you are getting that error.  I asked about the short open tags because line 673 of Loader.php is:</p><pre>if ((bool) @ini_get(&#x27;short_open_tag&#x27;) === FALSE AND config_item(&#x27;rewrite_short_tags&#x27;) == TRUE)
{
	echo eval(&#x27;?&gt;&#x27;.preg_replace(&quot;/;*\s*\?&gt;/&quot;, &quot;; ?&gt;&quot;, str_replace(&#x27;&lt;?=&#x27;, &#x27;&lt;?php echo &#x27;, file_get_contents($_ci_path))));
}
</pre><p>Which is where it tries to convert to normal php tags.</p> ]]></content:encoded> </item> <item><title>By: Marko Randjelovic</title><link>http://68kb.com/2007/10/31/codeigniter-and-simplepie/comment-page-1/#comment-146</link> <dc:creator>Marko Randjelovic</dc:creator> <pubDate>Mon, 30 Nov 2009 08:57:57 +0000</pubDate> <guid isPermaLink="false">http://68kb.com/2007/10/31/codeigniter-and-simplepie/#comment-146</guid> <description>Hi Eric,Thank for replying. :) Short open tags were already disabled. I tried enabling them but, of course, it didn&#039;t work. :)Any other ideas why it might not be working?Thanks!</description> <content:encoded><![CDATA[<p>Hi Eric,</p><p>Thank for replying. <img src='http://68kb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Short open tags were already disabled. I tried enabling them but, of course, it didn&#8217;t work. <img src='http://68kb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Any other ideas why it might not be working?</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: Eric Barnes</title><link>http://68kb.com/2007/10/31/codeigniter-and-simplepie/comment-page-1/#comment-145</link> <dc:creator>Eric Barnes</dc:creator> <pubDate>Mon, 30 Nov 2009 02:48:35 +0000</pubDate> <guid isPermaLink="false">http://68kb.com/2007/10/31/codeigniter-and-simplepie/#comment-145</guid> <description>Can you try disabling short open tags support and see if that fixes it?</description> <content:encoded><![CDATA[<p>Can you try disabling short open tags support and see if that fixes it?</p> ]]></content:encoded> </item> <item><title>By: Marko Randjelovic</title><link>http://68kb.com/2007/10/31/codeigniter-and-simplepie/comment-page-1/#comment-144</link> <dc:creator>Marko Randjelovic</dc:creator> <pubDate>Sat, 28 Nov 2009 13:54:01 +0000</pubDate> <guid isPermaLink="false">http://68kb.com/2007/10/31/codeigniter-and-simplepie/#comment-144</guid> <description>Hi, I&#039;ve followed your instructions for integrating SimplePie into CodeIgniter and I&#039;ve passed the data to the view file with:
&lt;code&gt;$this-&gt;load-&gt;view(&#039;sidebar&#039;, $data);&lt;/code&gt;
but I get these error messages when I open the page:
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: feed
Filename: libraries/Loader.php(673) : eval()&#039;d code
Line Number: 33and:
A PHP Error was encountered
Severity: Notice
Message: Trying to get property of non-object
Filename: libraries/Loader.php(673) : eval()&#039;d code
Line Number: 33Line #33 is the line in the view file where the PHP for displaying the feed starts. Any idea what might be causing this error?
Thanks! :)</description> <content:encoded><![CDATA[<p>Hi, I&#8217;ve followed your instructions for integrating SimplePie into CodeIgniter and I&#8217;ve passed the data to the view file with:<br /> <code>$this-&gt;load-&gt;view('sidebar', $data);</code><br /> but I get these error messages when I open the page:<br /> A PHP Error was encountered<br /> Severity: Notice<br /> Message: Undefined variable: feed<br /> Filename: libraries/Loader.php(673) : eval()&#8217;d code<br /> Line Number: 33</p><p>and:<br /> A PHP Error was encountered<br /> Severity: Notice<br /> Message: Trying to get property of non-object<br /> Filename: libraries/Loader.php(673) : eval()&#8217;d code<br /> Line Number: 33</p><p>Line #33 is the line in the view file where the PHP for displaying the feed starts. Any idea what might be causing this error?<br /> Thanks! <img src='http://68kb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Reiner</title><link>http://68kb.com/2007/10/31/codeigniter-and-simplepie/comment-page-1/#comment-138</link> <dc:creator>Reiner</dc:creator> <pubDate>Tue, 03 Nov 2009 14:15:55 +0000</pubDate> <guid isPermaLink="false">http://68kb.com/2007/10/31/codeigniter-and-simplepie/#comment-138</guid> <description>I integrate SimplePie with CI, with the following snipet of code:&lt;code&gt;
//using siplepie library
$this-&gt;CI-&gt;load-&gt;library(&#039;simplepie&#039;);
$this-&gt;CI-&gt;simplepie-&gt;set_feed_url($this-&gt;endpoint_search . $str_params);
$this-&gt;CI-&gt;simplepie-&gt;set_cache_location(BASEPATH.&#039;cache/&#039;);
$this-&gt;CI-&gt;simplepie-&gt;init();
&lt;/code&gt;but when i run, i get the following error in a window&quot;An unhandled win32 exception ocurred in httpd.exe&quot;any idea about this, thanks in advance,</description> <content:encoded><![CDATA[<p>I integrate SimplePie with CI, with the following snipet of code:</p><p><code><br /> //using siplepie library<br /> $this-&gt;CI-&gt;load-&gt;library('simplepie');<br /> $this-&gt;CI-&gt;simplepie-&gt;set_feed_url($this-&gt;endpoint_search . $str_params);<br /> $this-&gt;CI-&gt;simplepie-&gt;set_cache_location(BASEPATH.'cache/');<br /> $this-&gt;CI-&gt;simplepie-&gt;init();<br /> </code></p><p>but when i run, i get the following error in a window</p><p>&#8220;An unhandled win32 exception ocurred in httpd.exe&#8221;</p><p>any idea about this, thanks in advance,</p> ]]></content:encoded> </item> <item><title>By: Dan</title><link>http://68kb.com/2007/10/31/codeigniter-and-simplepie/comment-page-1/#comment-136</link> <dc:creator>Dan</dc:creator> <pubDate>Thu, 15 Oct 2009 20:34:48 +0000</pubDate> <guid isPermaLink="false">http://68kb.com/2007/10/31/codeigniter-and-simplepie/#comment-136</guid> <description>this is great!the way i did multiple feeds was just make a $data[&#039;feed&#039;] set your vars then copy all the same code but change the $link var to your different rss and then you change $data[&#039;feed&#039;] to $data[&#039;feed2&#039;] and if you want 3 you do $data[&#039;feed3&#039;] but dont forget to add them to the view. you would just use another foreach and instead of $feed you use $feed2, $feed3 and so on...thanks for this it worked great!</description> <content:encoded><![CDATA[<p>this is great!</p><p>the way i did multiple feeds was just make a $data['feed'] set your vars then copy all the same code but change the $link var to your different rss and then you change $data['feed'] to $data['feed2'] and if you want 3 you do $data['feed3'] but dont forget to add them to the view. you would just use another foreach and instead of $feed you use $feed2, $feed3 and so on&#8230;</p><p>thanks for this it worked great!</p> ]]></content:encoded> </item> <item><title>By: Vik Rubenfeld</title><link>http://68kb.com/2007/10/31/codeigniter-and-simplepie/comment-page-1/#comment-98</link> <dc:creator>Vik Rubenfeld</dc:creator> <pubDate>Mon, 04 Aug 2008 15:22:04 +0000</pubDate> <guid isPermaLink="false">http://68kb.com/2007/10/31/codeigniter-and-simplepie/#comment-98</guid> <description>I have added SimplePie to my CI app, an it works great.I would like to use multiple rss fees with my CI app, and I have encountered the memory leak anomaly. What is the correct way to apply the fixes for this (&lt;a href=&quot;http://tech.groups.yahoo.com/group/simplepie-support/messages/1996?threaded=1&amp;m=e&amp;var=1&amp;tidx=1&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;) to a CI installation?Thanks very much in advance for any info.</description> <content:encoded><![CDATA[<p>I have added SimplePie to my CI app, an it works great.</p><p>I would like to use multiple rss fees with my CI app, and I have encountered the memory leak anomaly. What is the correct way to apply the fixes for this (<a href="http://tech.groups.yahoo.com/group/simplepie-support/messages/1996?threaded=1&amp;m=e&amp;var=1&amp;tidx=1" rel="nofollow">link</a>) to a CI installation?</p><p>Thanks very much in advance for any info.</p> ]]></content:encoded> </item> <item><title>By: ebot tabi</title><link>http://68kb.com/2007/10/31/codeigniter-and-simplepie/comment-page-1/#comment-97</link> <dc:creator>ebot tabi</dc:creator> <pubDate>Fri, 01 Aug 2008 09:41:36 +0000</pubDate> <guid isPermaLink="false">http://68kb.com/2007/10/31/codeigniter-and-simplepie/#comment-97</guid> <description>thanks this tutorial is really great you know.</description> <content:encoded><![CDATA[<p>thanks this tutorial is really great you know.</p> ]]></content:encoded> </item> <item><title>By: links for 2008-01-17 &#171; Bijay Rungta&#8217;s Weblog</title><link>http://68kb.com/2007/10/31/codeigniter-and-simplepie/comment-page-1/#comment-35</link> <dc:creator>links for 2008-01-17 &#171; Bijay Rungta&#8217;s Weblog</dc:creator> <pubDate>Thu, 17 Jan 2008 00:40:20 +0000</pubDate> <guid isPermaLink="false">http://68kb.com/2007/10/31/codeigniter-and-simplepie/#comment-35</guid> <description>[...] CodeIgniter and SimplePie — 68KB (tags: feed php rss tutorial codeigniter simplepie integration php_library) [...]</description> <content:encoded><![CDATA[<p>[...] CodeIgniter and SimplePie — 68KB (tags: feed php rss tutorial codeigniter simplepie integration php_library) [...]</p> ]]></content:encoded> </item> </channel> </rss>