<?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: Call to a member function on a non-object</title>
	<atom:link href="http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/feed/" rel="self" type="application/rss+xml" />
	<link>http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/</link>
	<description>Ajax and Ajax Frameworks</description>
	<lastBuildDate>Fri, 17 Feb 2012 21:45:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: simelekete</title>
		<link>http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/#comment-1842</link>
		<dc:creator>simelekete</dc:creator>
		<pubDate>Sun, 28 Aug 2011 04:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=204#comment-1842</guid>
		<description>your solution help me much. thank you</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>your solution help me much. thank you<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard frick</title>
		<link>http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/#comment-1701</link>
		<dc:creator>richard frick</dc:creator>
		<pubDate>Tue, 01 Feb 2011 14:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=204#comment-1701</guid>
		<description>thanks a lot!</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>thanks a lot!<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/#comment-1652</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Wed, 24 Nov 2010 11:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=204#comment-1652</guid>
		<description>Hi John,

Your solution worked for me. Instead of using 
$this-&gt;load-&gt;model(&#039;myUtilImages&#039;);
I have used the below and it works fine
$CI =&amp; get_instance();
$CI-&gt;load-&gt;model(’mUtilImages’);</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>Hi John,</p>
<p>Your solution worked for me. Instead of using<br />
$this-&gt;load-&gt;model(&#8216;myUtilImages&#8217;);<br />
I have used the below and it works fine<br />
$CI =&amp; get_instance();<br />
$CI-&gt;load-&gt;model(’mUtilImages’);<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liaqat ali</title>
		<link>http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/#comment-1567</link>
		<dc:creator>liaqat ali</dc:creator>
		<pubDate>Wed, 11 Aug 2010 13:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=204#comment-1567</guid>
		<description>Hi All, I am Developing a web site. my below code work perfectly. but i have a problem i want &quot;$statsid&quot; above the second foreach, i want to pass this as variable or id to controller to get the data from table where equls to this &quot;$statsid&quot;
              
              	 result() as $rows):?&gt; 
                  
                
                	
                	&lt;img src=&quot;config-&gt;item(&#039;base_url&#039;).$rows-&gt;profile_picture_path;?&gt;&quot; /&gt;
                    
                    user_name;?&gt;  description;?&gt;
                    &lt;a href=&quot;#nogo&quot; id=&quot;status_id;?&gt;&quot; class=&quot;image_title&quot; /&gt;Comments&lt;/a&gt;
                   

 status_id; ?&gt;
                    
					result() as $rs):?&gt; 
                        
                        
                        
                        &lt;img src=&quot;config-&gt;item(&#039;base_url&#039;).$rows-&gt;profile_picture_path;?&gt;&quot; /&gt;
                        
                       	user_name;?&gt; status_comment;?&gt;
                         
                        
                        
                        
                       
                    </description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>Hi All, I am Developing a web site. my below code work perfectly. but i have a problem i want &#8220;$statsid&#8221; above the second foreach, i want to pass this as variable or id to controller to get the data from table where equls to this &#8220;$statsid&#8221;</p>
<p>              	 result() as $rows):?&gt; </p>
<p>                	&lt;img src=&quot;config-&gt;item(&#8216;base_url&#8217;).$rows-&gt;profile_picture_path;?&gt;&#8221; /&gt;</p>
<p>                    user_name;?&gt;  description;?&gt;<br />
                    &lt;a href=&quot;#nogo&quot; id=&quot;status_id;?&gt;&#8221; class=&#8221;image_title&#8221; /&gt;Comments</p>
<p> status_id; ?&gt;</p>
<p>					result() as $rs):?&gt; </p>
<p>                        &lt;img src=&quot;config-&gt;item(&#8216;base_url&#8217;).$rows-&gt;profile_picture_path;?&gt;&#8221; /&gt;</p>
<p>                       	user_name;?&gt; status_comment;?&gt;<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pravin Sawant</title>
		<link>http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/#comment-1091</link>
		<dc:creator>Pravin Sawant</dc:creator>
		<pubDate>Wed, 07 Apr 2010 04:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=204#comment-1091</guid>
		<description>Hi All,
i am also facing the same problem and this solution works for me

Thanks</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>Hi All,<br />
i am also facing the same problem and this solution works for me</p>
<p>Thanks<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Da BomB</title>
		<link>http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/#comment-1075</link>
		<dc:creator>Da BomB</dc:creator>
		<pubDate>Thu, 25 Mar 2010 16:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=204#comment-1075</guid>
		<description>This also works on view&#039;s.

When loading a view in a helper function the same error rises. with this solution it should work.

I think it&#039;s not a best practice, but it will do the job.</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>This also works on view&#8217;s.</p>
<p>When loading a view in a helper function the same error rises. with this solution it should work.</p>
<p>I think it&#8217;s not a best practice, but it will do the job.<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhrubo</title>
		<link>http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/#comment-877</link>
		<dc:creator>Dhrubo</dc:creator>
		<pubDate>Thu, 04 Feb 2010 04:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=204#comment-877</guid>
		<description>I&#039;ve meet this problem this morning and through your solution I&#039;ve helped much. Thanks.</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>I&#8217;ve meet this problem this morning and through your solution I&#8217;ve helped much. Thanks.<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yaro</title>
		<link>http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/#comment-748</link>
		<dc:creator>yaro</dc:creator>
		<pubDate>Wed, 06 Jan 2010 09:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=204#comment-748</guid>
		<description>Hi,

I searched a solution for this problem all evening yeaterday and nothing :(. Today i again search and.... it&#039;s work!!! Big big thank&#039;s!:)</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>Hi,</p>
<p>I searched a solution for this problem all evening yeaterday and nothing <img src='http://grasshopperpebbles.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . Today i again search and&#8230;. it&#8217;s work!!! Big big thank&#8217;s!:)<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/#comment-669</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 15 Dec 2009 10:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=204#comment-669</guid>
		<description>Hi,

I had exactly the same problem and this fixed it for me. Many thanks,

Andy</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>Hi,</p>
<p>I had exactly the same problem and this fixed it for me. Many thanks,</p>
<p>Andy<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://grasshopperpebbles.com/codeigniter/codeigniter-call-to-a-member-function-on-a-non-object/#comment-406</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 15 Nov 2009 06:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=204#comment-406</guid>
		<description>I copied the code directly from a project that I worked on.</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>I copied the code directly from a project that I worked on.<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
</channel>
</rss>

