<?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, the swift PHP framework</title>
	<atom:link href="http://www.ifc0nfig.com/kohana-the-swift-php-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ifc0nfig.com/kohana-the-swift-php-framework/</link>
	<description>All things tech!</description>
	<lastBuildDate>Fri, 11 Jun 2010 20:07:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul&#39;s Blog &#187; Accessing the calling controller in a model within Kohana</title>
		<link>http://www.ifc0nfig.com/kohana-the-swift-php-framework/comment-page-1/#comment-391</link>
		<dc:creator>Paul&#39;s Blog &#187; Accessing the calling controller in a model within Kohana</dc:creator>
		<pubDate>Thu, 03 Jun 2010 22:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=113#comment-391</guid>
		<description>[...] using the Kohana PHP Framework and I need to access a controller from a model and yes I&#8217;m aware this defies the MVC pattern [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em;<br />
padding-left: 20px;<br />
background-color: #FFFF95;<br />
border-left: 1em solid #DDD; padding: 1em;<br />
background-color: silver; margin-left: -2em; padding: 1em 1em 1em 2em;">
<p>[...] using the Kohana PHP Framework and I need to access a controller from a model and yes I&#8217;m aware this defies the MVC pattern [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul&#8217;s Blog &#187; Facebook Application &#8211; Call of Duty 5 Statistics</title>
		<link>http://www.ifc0nfig.com/kohana-the-swift-php-framework/comment-page-1/#comment-222</link>
		<dc:creator>Paul&#8217;s Blog &#187; Facebook Application &#8211; Call of Duty 5 Statistics</dc:creator>
		<pubDate>Mon, 21 Dec 2009 00:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=113#comment-222</guid>
		<description>[...] Using jQuery With APEEsenAPE - send and receive SMS in real time using APE, jQuery, PHP and libape_controllerDiving into APE modules and the JSF - creating topics for channelsUsing jQuery With APE - change the background-color with PHPUsing jQuery with APE - an OOP approach with the DUIAPE - An IntroductionAboutKohana, the swift PHP framework [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em;<br />
padding-left: 20px;<br />
background-color: #FFFF95;<br />
border-left: 1em solid #DDD; padding: 1em;<br />
background-color: silver; margin-left: -2em; padding: 1em 1em 1em 2em;">
<p>[...] Using jQuery With APEEsenAPE &#8211; send and receive SMS in real time using APE, jQuery, PHP and libape_controllerDiving into APE modules and the JSF &#8211; creating topics for channelsUsing jQuery With APE &#8211; change the background-color with PHPUsing jQuery with APE &#8211; an OOP approach with the DUIAPE &#8211; An IntroductionAboutKohana, the swift PHP framework [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Price</title>
		<link>http://www.ifc0nfig.com/kohana-the-swift-php-framework/comment-page-1/#comment-216</link>
		<dc:creator>Paul Price</dc:creator>
		<pubDate>Sun, 20 Dec 2009 13:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=113#comment-216</guid>
		<description>Henning, me either really. I played around with CakePHP and CodeIgniter but I just didn&#039;t like it, couldn&#039;t get along with it.

I gave up on MVC then but I came across Kohana and it just made sense and was really easy to get along with, doesn&#039;t restrict you.

It&#039;s a pretty new framework so I don&#039;t think there are many books out there; I&#039;d defiantly read Kohana 101 http://forum.kohanaphp.com/comments.php?DiscussionID=1144 but apart from that your best bet is the wonderful Kohana community :-)</description>
		<content:encoded><![CDATA[<p>Henning, me either really. I played around with CakePHP and CodeIgniter but I just didn&#8217;t like it, couldn&#8217;t get along with it.</p>
<p>I gave up on MVC then but I came across Kohana and it just made sense and was really easy to get along with, doesn&#8217;t restrict you.</p>
<p>It&#8217;s a pretty new framework so I don&#8217;t think there are many books out there; I&#8217;d defiantly read Kohana 101 <a href="http://forum.kohanaphp.com/comments.php?DiscussionID=1144" rel="nofollow">http://forum.kohanaphp.com/comments.php?DiscussionID=1144</a> but apart from that your best bet is the wonderful Kohana community <img src='http://www.ifc0nfig.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henning</title>
		<link>http://www.ifc0nfig.com/kohana-the-swift-php-framework/comment-page-1/#comment-214</link>
		<dc:creator>Henning</dc:creator>
		<pubDate>Sun, 20 Dec 2009 11:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=113#comment-214</guid>
		<description>That&#039;s it, I need to learn this framework!
I haven&#039;t really gotten around any of these php mvc frameworks.

Do you have a tutorial, book or anything you would recommend for a kohana-beginner and mvc-beginner?
- I&#039;m good at php.


Appreciate your help!</description>
		<content:encoded><![CDATA[<p>That&#8217;s it, I need to learn this framework!<br />
I haven&#8217;t really gotten around any of these php mvc frameworks.</p>
<p>Do you have a tutorial, book or anything you would recommend for a kohana-beginner and mvc-beginner?<br />
- I&#8217;m good at php.</p>
<p>Appreciate your help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
