<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Building a simple MVC system with PHP5</title>
	<link>http://phpit.net/article/simple-mvc-php5/</link>
	<description>PHPit has dozens of PHP articles, codesnippets and FAQ's.</description>
	<pubDate>Sun, 31 Aug 2008 08:20:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Matthijs</title>
		<link>http://phpit.net/article/simple-mvc-php5/#comment-12705</link>
		<pubDate>Mon, 04 Sep 2006 15:09:09 +0000</pubDate>
		<guid>http://phpit.net/article/simple-mvc-php5/#comment-12705</guid>
					<description>Pretty cool article Dennis. Thanks. Good to see a relatively easy explanation of an MVC system. The thing with MVC is that the basics is fairly simple. But it can get complicated quickly when you throw in some locators, observers, datamappers and other classes and patterns.</description>
		<content:encoded><![CDATA[<p>Pretty cool article Dennis. Thanks. Good to see a relatively easy explanation of an MVC system. The thing with MVC is that the basics is fairly simple. But it can get complicated quickly when you throw in some locators, observers, datamappers and other classes and patterns.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alexander(Russia)</title>
		<link>http://phpit.net/article/simple-mvc-php5/#comment-12052</link>
		<pubDate>Tue, 29 Aug 2006 07:38:35 +0000</pubDate>
		<guid>http://phpit.net/article/simple-mvc-php5/#comment-12052</guid>
					<description>Hello, good article about the MVC for starting.</description>
		<content:encoded><![CDATA[<p>Hello, good article about the MVC for starting.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Solid</title>
		<link>http://phpit.net/article/simple-mvc-php5/#comment-11967</link>
		<pubDate>Mon, 28 Aug 2006 10:21:49 +0000</pubDate>
		<guid>http://phpit.net/article/simple-mvc-php5/#comment-11967</guid>
					<description>Why you haven't used the magic overloading methods __set and __get, instead of using registry class? It's more easy to use __set, __get with static propery, because in future you don't need to use methods get()/set(). Anyway, I'm using something like you have been described here for compatibility with PHP4. Instead of class static property I'm using container function, because in PHP4 there are no chance to declare static property in class body.</description>
		<content:encoded><![CDATA[<p>Why you haven&#8217;t used the magic overloading methods __set and __get, instead of using registry class? It&#8217;s more easy to use __set, __get with static propery, because in future you don&#8217;t need to use methods get()/set(). Anyway, I&#8217;m using something like you have been described here for compatibility with PHP4. Instead of class static property I&#8217;m using container function, because in PHP4 there are no chance to declare static property in class body.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Marion DESNAULT</title>
		<link>http://phpit.net/article/simple-mvc-php5/#comment-11897</link>
		<pubDate>Thu, 24 Aug 2006 15:58:28 +0000</pubDate>
		<guid>http://phpit.net/article/simple-mvc-php5/#comment-11897</guid>
					<description>Hi,
thanks for this useful article about the MVC system.
Just to report a problem using function trim in the Router's setPath method (line 14) under UNIX systems.
If we give it an absolute path, it will delete the leading / and create problem when checking if this path is a directory.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for this useful article about the MVC system.<br />
Just to report a problem using function trim in the Router&#8217;s setPath method (line 14) under UNIX systems.<br />
If we give it an absolute path, it will delete the leading / and create problem when checking if this path is a directory.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
