<?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: Introduction to MVC using PHP</title>
	<atom:link href="http://httpguru.com/featured/introduction-to-mvc-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://httpguru.com/featured/introduction-to-mvc-using-php/</link>
	<description>A world for usability</description>
	<lastBuildDate>Fri, 26 Feb 2010 20:23:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Keyur Patel</title>
		<link>http://httpguru.com/featured/introduction-to-mvc-using-php/comment-page-1/#comment-6419</link>
		<dc:creator>Keyur Patel</dc:creator>
		<pubDate>Wed, 17 Feb 2010 05:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://httpguru.com/?p=58#comment-6419</guid>
		<description>very simple yet very effective and to-point introduction, thanks</description>
		<content:encoded><![CDATA[<p>very simple yet very effective and to-point introduction, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hudson FAS</title>
		<link>http://httpguru.com/featured/introduction-to-mvc-using-php/comment-page-1/#comment-6081</link>
		<dc:creator>Hudson FAS</dc:creator>
		<pubDate>Fri, 22 Jan 2010 13:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://httpguru.com/?p=58#comment-6081</guid>
		<description>function display_template($tpl_file) {
   require_once($tpl_file);
}</description>
		<content:encoded><![CDATA[<p>function display_template($tpl_file) {<br />
   require_once($tpl_file);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hudson FAS</title>
		<link>http://httpguru.com/featured/introduction-to-mvc-using-php/comment-page-1/#comment-6079</link>
		<dc:creator>Hudson FAS</dc:creator>
		<pubDate>Fri, 22 Jan 2010 12:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://httpguru.com/?p=58#comment-6079</guid>
		<description>function display_template(tpl_file) {
    import ($tpl_file);
}</description>
		<content:encoded><![CDATA[<p>function display_template(tpl_file) {<br />
    import ($tpl_file);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarwar</title>
		<link>http://httpguru.com/featured/introduction-to-mvc-using-php/comment-page-1/#comment-2882</link>
		<dc:creator>sarwar</dc:creator>
		<pubDate>Sun, 12 Jul 2009 03:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://httpguru.com/?p=58#comment-2882</guid>
		<description>Please clarify.
I dont know from where to call the method.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Please clarify.<br />
I dont know from where to call the method.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prema</title>
		<link>http://httpguru.com/featured/introduction-to-mvc-using-php/comment-page-1/#comment-2039</link>
		<dc:creator>Prema</dc:creator>
		<pubDate>Thu, 18 Jun 2009 06:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://httpguru.com/?p=58#comment-2039</guid>
		<description>Hi 
I tried but the below error occurs &quot;Fatal error: Call to undefined function display_template() &quot;

I save the following in index.php
    
    
    List of Datas

    
    firstname ?&gt;
    lastname?&gt;
    
    
    

And this is under sample.php



Please clarify.
I dont know from where to call the method.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi<br />
I tried but the below error occurs &#8220;Fatal error: Call to undefined function display_template() &#8221;</p>
<p>I save the following in index.php</p>
<p>    List of Datas</p>
<p>    firstname ?&gt;<br />
    lastname?&gt;</p>
<p>And this is under sample.php</p>
<p>Please clarify.<br />
I dont know from where to call the method.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro (Programmatore PHP)</title>
		<link>http://httpguru.com/featured/introduction-to-mvc-using-php/comment-page-1/#comment-1753</link>
		<dc:creator>Alessandro (Programmatore PHP)</dc:creator>
		<pubDate>Thu, 04 Jun 2009 10:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://httpguru.com/?p=58#comment-1753</guid>
		<description>Perfect example Vinothbabu!
I think is important to use a framework to use MVC in a best way, a good framework is http://framework.zend.com , is open source, freem and developed by Zend, The PHP company, and is a very good tool for medium and big projects.</description>
		<content:encoded><![CDATA[<p>Perfect example Vinothbabu!<br />
I think is important to use a framework to use MVC in a best way, a good framework is <a href="http://framework.zend.com" rel="nofollow">http://framework.zend.com</a> , is open source, freem and developed by Zend, The PHP company, and is a very good tool for medium and big projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinothbabu</title>
		<link>http://httpguru.com/featured/introduction-to-mvc-using-php/comment-page-1/#comment-646</link>
		<dc:creator>Vinothbabu</dc:creator>
		<pubDate>Fri, 17 Apr 2009 12:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://httpguru.com/?p=58#comment-646</guid>
		<description>Aibe... just tell me what error you are getting when u use the display_template. I will explain you further how it works... it will help you also get that.</description>
		<content:encoded><![CDATA[<p>Aibe&#8230; just tell me what error you are getting when u use the display_template. I will explain you further how it works&#8230; it will help you also get that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aibe</title>
		<link>http://httpguru.com/featured/introduction-to-mvc-using-php/comment-page-1/#comment-641</link>
		<dc:creator>Aibe</dc:creator>
		<pubDate>Thu, 16 Apr 2009 17:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://httpguru.com/?p=58#comment-641</guid>
		<description>It feels like something is missing here... what does display_template(’data.tpl’) do - what framework is this using. Sorry - I&#039;m not getting this.</description>
		<content:encoded><![CDATA[<p>It feels like something is missing here&#8230; what does display_template(’data.tpl’) do &#8211; what framework is this using. Sorry &#8211; I&#8217;m not getting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinothbabu</title>
		<link>http://httpguru.com/featured/introduction-to-mvc-using-php/comment-page-1/#comment-145</link>
		<dc:creator>Vinothbabu</dc:creator>
		<pubDate>Tue, 24 Feb 2009 13:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://httpguru.com/?p=58#comment-145</guid>
		<description>What was the error you got while trying with this piece.</description>
		<content:encoded><![CDATA[<p>What was the error you got while trying with this piece.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea genesis</title>
		<link>http://httpguru.com/featured/introduction-to-mvc-using-php/comment-page-1/#comment-92</link>
		<dc:creator>andrea genesis</dc:creator>
		<pubDate>Wed, 18 Feb 2009 08:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://httpguru.com/?p=58#comment-92</guid>
		<description>nice article,..im still confuse coz it doesnt work on my localhost...</description>
		<content:encoded><![CDATA[<p>nice article,..im still confuse coz it doesnt work on my localhost&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
