<?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: Kohana PHP 3.0 (KO3) Tutorial Part 4</title>
	<atom:link href="http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/</link>
	<description>Just another DealTaker.com site</description>
	<lastBuildDate>Sun, 12 Feb 2012 07:03:12 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sterling</title>
		<link>http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/#comment-2890</link>
		<dc:creator>Sterling</dc:creator>
		<pubDate>Thu, 20 Oct 2011 19:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dealtaker.com/blog/?p=1921#comment-2890</guid>
		<description>Not to see the wood for the trees.</description>
		<content:encoded><![CDATA[<p>Not to see the wood for the trees.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/#comment-2219</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Fri, 19 Aug 2011 10:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dealtaker.com/blog/?p=1921#comment-2219</guid>
		<description>Source code looks like terribly without formatting.I think, authors should fix this </description>
		<content:encoded><![CDATA[<p>Source code looks like terribly without formatting.I think, authors should fix this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wiktor</title>
		<link>http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/#comment-619</link>
		<dc:creator>wiktor</dc:creator>
		<pubDate>Sat, 14 May 2011 14:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dealtaker.com/blog/?p=1921#comment-619</guid>
		<description>something is definitely wrong here in chrome  browser ...</description>
		<content:encoded><![CDATA[<p>something is definitely wrong here in chrome  browser &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Revel</title>
		<link>http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/#comment-366</link>
		<dc:creator>Dan Revel</dc:creator>
		<pubDate>Sun, 24 Apr 2011 18:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dealtaker.com/blog/?p=1921#comment-366</guid>
		<description>@Amarnath see @raoul&#039;s comment above.

Since kohana 3.1 class Model_Post should extend Model_Database instead of Model or Kohana_Model.

application/classes/model/post.php should contain:
...
class Model_Post extends Model_Database
...</description>
		<content:encoded><![CDATA[<p>@Amarnath see @raoul&#8217;s comment above.</p>
<p>Since kohana 3.1 class Model_Post should extend Model_Database instead of Model or Kohana_Model.</p>
<p>application/classes/model/post.php should contain:<br />
&#8230;<br />
class Model_Post extends Model_Database<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/#comment-363</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 06 Apr 2011 19:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dealtaker.com/blog/?p=1921#comment-363</guid>
		<description>Model_Database saved my day.. thanks</description>
		<content:encoded><![CDATA[<p>Model_Database saved my day.. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe Lambotte</title>
		<link>http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/#comment-362</link>
		<dc:creator>Philippe Lambotte</dc:creator>
		<pubDate>Sat, 19 Mar 2011 16:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dealtaker.com/blog/?p=1921#comment-362</guid>
		<description>thanks,  extends Model_Database instead of extends Model, that&#039;s right !</description>
		<content:encoded><![CDATA[<p>thanks,  extends Model_Database instead of extends Model, that&#8217;s right !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amarnath Reddy B</title>
		<link>http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/#comment-361</link>
		<dc:creator>Amarnath Reddy B</dc:creator>
		<pubDate>Thu, 17 Mar 2011 07:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dealtaker.com/blog/?p=1921#comment-361</guid>
		<description>In tutorial Part4 ,I am getting some error while executing queries. The Error is:ErrorException [ Fatal Error ]: Call to a member function query() on a non-object on line no 17 in your
“application/classes/model/post.php”</description>
		<content:encoded><![CDATA[<p>In tutorial Part4 ,I am getting some error while executing queries. The Error is:ErrorException [ Fatal Error ]: Call to a member function query() on a non-object on line no 17 in your<br />
“application/classes/model/post.php”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ham</title>
		<link>http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/#comment-360</link>
		<dc:creator>Ham</dc:creator>
		<pubDate>Sun, 06 Mar 2011 21:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dealtaker.com/blog/?p=1921#comment-360</guid>
		<description>omg thankyou raoul, I was pulling my hair out!</description>
		<content:encoded><![CDATA[<p>omg thankyou raoul, I was pulling my hair out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raoul</title>
		<link>http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/#comment-359</link>
		<dc:creator>raoul</dc:creator>
		<pubDate>Wed, 09 Feb 2011 16:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dealtaker.com/blog/?p=1921#comment-359</guid>
		<description>Since kohana 3.1 class Model_Post should extends Model_Database instead of Model or Kohana_Model.</description>
		<content:encoded><![CDATA[<p>Since kohana 3.1 class Model_Post should extends Model_Database instead of Model or Kohana_Model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: san</title>
		<link>http://www.dealtaker.com/our-blog/2010/02/01/kohana-php-3-0-ko3-tutorial-part-4/#comment-358</link>
		<dc:creator>san</dc:creator>
		<pubDate>Fri, 28 Jan 2011 11:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dealtaker.com/blog/?p=1921#comment-358</guid>
		<description>I have followed the tutorial and am not getting the desired results.
when accessing http://localhost/mykohana3/ko3/posts/
am getting an empty page. no errors in logs as well. I downloaded the code and tested ..but same error
when I disable
&lt;code&gt;
        // Get the last 10 posts
$ko3[&#039;posts&#039;]                     = $posts-&gt;getLastTenPosts();
&lt;/code&gt;
line, the form appears.

I have uncommented lines in php.ini file required for mysql as well.

pls check and see how this can be resolved anyone...
thnx...
san</description>
		<content:encoded><![CDATA[<p>I have followed the tutorial and am not getting the desired results.<br />
when accessing <a href="http://localhost/mykohana3/ko3/posts/" rel="nofollow">http://localhost/mykohana3/ko3/posts/</a><br />
am getting an empty page. no errors in logs as well. I downloaded the code and tested ..but same error<br />
when I disable<br />
<code><br />
        // Get the last 10 posts<br />
$ko3['posts']                     = $posts-&gt;getLastTenPosts();<br />
</code><br />
line, the form appears.</p>
<p>I have uncommented lines in php.ini file required for mysql as well.</p>
<p>pls check and see how this can be resolved anyone&#8230;<br />
thnx&#8230;<br />
san</p>
]]></content:encoded>
	</item>
</channel>
</rss>

