<?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 for rvdavid: A Web Developer&#039;s Blog</title>
	<atom:link href="http://www.rvdavid.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rvdavid.net</link>
	<description>A periodical blog of experiences from the angle of an autodidactic, paranoid and narcissistic web developer...</description>
	<lastBuildDate>Thu, 04 Mar 2010 21:21:10 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>Comment on My Zend Framework Model Layer: Part Service, Part ORM by Zend Framework Blog &#187; Blog Archive &#187; Aus den Zend Framework Blogs</title>
		<link>http://www.rvdavid.net/my-zend-framework-model-layer-part-service-part-orm/#comment-1528</link>
		<dc:creator>Zend Framework Blog &#187; Blog Archive &#187; Aus den Zend Framework Blogs</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.rvdavid.net/?p=307#comment-1528</guid>
		<description>[...] RV David schreibt über seinen eigenen Model Layer mit dem Zend Framework. [...]</description>
		<content:encoded><![CDATA[<p>[...] RV David schreibt über seinen eigenen Model Layer mit dem Zend Framework. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu Karmic: No Sound on Battle for Wesnoth? by WarKirby</title>
		<link>http://www.rvdavid.net/ubuntu-karmic-no-sound-on-battle-for-wesnoth/#comment-1523</link>
		<dc:creator>WarKirby</dc:creator>
		<pubDate>Sun, 28 Feb 2010 19:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvdavid.net/?p=173#comment-1523</guid>
		<description>Excellent tip. Worked perfectly, thank you much</description>
		<content:encoded><![CDATA[<p>Excellent tip. Worked perfectly, thank you much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling the Laptop TouchPad in Ubuntu Linux by anon</title>
		<link>http://www.rvdavid.net/disabling-the-laptop-touchpad-in-ubuntu-linux/#comment-1519</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvdavid.net/disabling-your-touchpad-in-ubuntu/#comment-1519</guid>
		<description>apt-get install gsynaptics</description>
		<content:encoded><![CDATA[<p>apt-get install gsynaptics</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Zend Framework Model Layer: Part Service, Part ORM by Leonard Dronkers</title>
		<link>http://www.rvdavid.net/my-zend-framework-model-layer-part-service-part-orm/#comment-1514</link>
		<dc:creator>Leonard Dronkers</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rvdavid.net/?p=307#comment-1514</guid>
		<description>I belie in the evolution: “Gateway to the Domain” =&gt; “Service Class” =&gt; &quot;Mapper&quot;

Actually, I believe that is where we stand right now! Looking at developments in the zend framework and a &#039;best practice example&#039; in the quick start tutorial download. http://framework.zend.com/demo/ZendFrameworkQuickstart.zip

I Also believe that this reflects the ideas in the refered post about the Model Infrastructure by Matthew Weier O&#039;Phinney (d.d. December-2008)
http://weierophinney.net/matthew/archives/202-Model-Infrastructure.html

I don&#039;t know about adding the functionality for Acl, Forms, Cache etc to a Mapper/Service class. That particular code would get toooo Hot ;)</description>
		<content:encoded><![CDATA[<p>I belie in the evolution: “Gateway to the Domain” =&gt; “Service Class” =&gt; &#8220;Mapper&#8221;</p>
<p>Actually, I believe that is where we stand right now! Looking at developments in the zend framework and a &#8216;best practice example&#8217; in the quick start tutorial download. <a href="http://framework.zend.com/demo/ZendFrameworkQuickstart.zip" rel="nofollow">http://framework.zend.com/demo/ZendFrameworkQuickstart.zip</a></p>
<p>I Also believe that this reflects the ideas in the refered post about the Model Infrastructure by Matthew Weier O&#8217;Phinney (d.d. December-2008)<br />
<a href="http://weierophinney.net/matthew/archives/202-Model-Infrastructure.html" rel="nofollow">http://weierophinney.net/matthew/archives/202-Model-Infrastructure.html</a></p>
<p>I don&#8217;t know about adding the functionality for Acl, Forms, Cache etc to a Mapper/Service class. That particular code would get toooo Hot <img src='http://www.rvdavid.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Template View and View Helper Design Patterns in PHP (updated v2) by rvdavid</title>
		<link>http://www.rvdavid.net/template-view-and-view-helper-design-patterns-in-php/#comment-1513</link>
		<dc:creator>rvdavid</dc:creator>
		<pubDate>Wed, 24 Feb 2010 10:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rvdavid.net/blog/template-view-and-view-helper-flock-together/#comment-1513</guid>
		<description>Sorry you&#039;ve had so much trouble using the example code.

Firstly, you are getting the error because the memory limit is set to 32M - look for memory_limit in your php.ini file and change it to something like 128M. 

From reading your comments, it looks like you&#039;re making the transition from procedural to OOP.

When you become more experienced with OOP, you&#039;ll look at the code snippets here and you&#039;ll hate it. 

Use the examples and concepts presented here, to familiarise yourself with OOP (using classes / objects) rather than a recipe to building web apps / sites. 

In addition, this is a very old post (3 years old!) Since then, a lot of frameworks have matured and are production ready. 

I highly recommend that you pick one up. 

I&#039;m using Zend Framework (http://framework.zend.com), have successfully built 3 web applications on it,  and I am very happy with the results.

Good luck with your project.</description>
		<content:encoded><![CDATA[<p>Sorry you&#8217;ve had so much trouble using the example code.</p>
<p>Firstly, you are getting the error because the memory limit is set to 32M &#8211; look for memory_limit in your php.ini file and change it to something like 128M. </p>
<p>From reading your comments, it looks like you&#8217;re making the transition from procedural to OOP.</p>
<p>When you become more experienced with OOP, you&#8217;ll look at the code snippets here and you&#8217;ll hate it. </p>
<p>Use the examples and concepts presented here, to familiarise yourself with OOP (using classes / objects) rather than a recipe to building web apps / sites. </p>
<p>In addition, this is a very old post (3 years old!) Since then, a lot of frameworks have matured and are production ready. </p>
<p>I highly recommend that you pick one up. </p>
<p>I&#8217;m using Zend Framework (<a href="http://framework.zend.com" rel="nofollow">http://framework.zend.com</a>), have successfully built 3 web applications on it,  and I am very happy with the results.</p>
<p>Good luck with your project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Template View and View Helper Design Patterns in PHP (updated v2) by San</title>
		<link>http://www.rvdavid.net/template-view-and-view-helper-design-patterns-in-php/#comment-1512</link>
		<dc:creator>San</dc:creator>
		<pubDate>Wed, 24 Feb 2010 07:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rvdavid.net/blog/template-view-and-view-helper-flock-together/#comment-1512</guid>
		<description>Hello ,
  I tried to make it work like the following, but I got the error!:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 33292271 bytes) in C:\xampp\htdocs\view\NewsViewHelper.class.php on line 23


require_once(&#039;ViewHelperLocator.class.php&#039;);
	require_once(&#039;View.class.php&#039;);
	
	$connection = mysql_connect(&#039;localhost&#039;, &#039;root&#039;, &#039;&#039;);
	mysql_select_db(&#039;floorplans&#039;, $connection); 
	
	$viewHelperLocator = new ViewHelperLocator($connection);
	$view = new View($viewHelperLocator, &#039;template.php&#039;);	
	$view-&gt;render();

I&#039;m interested in this code working, I want to create site without any framework, but similar code!
:-)
San.</description>
		<content:encoded><![CDATA[<p>Hello ,<br />
  I tried to make it work like the following, but I got the error!:<br />
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 33292271 bytes) in C:\xampp\htdocs\view\NewsViewHelper.class.php on line 23</p>
<p>require_once(&#8216;ViewHelperLocator.class.php&#8217;);<br />
	require_once(&#8216;View.class.php&#8217;);</p>
<p>	$connection = mysql_connect(&#8216;localhost&#8217;, &#8216;root&#8217;, &#8221;);<br />
	mysql_select_db(&#8216;floorplans&#8217;, $connection); </p>
<p>	$viewHelperLocator = new ViewHelperLocator($connection);<br />
	$view = new View($viewHelperLocator, &#8216;template.php&#8217;);<br />
	$view-&gt;render();</p>
<p>I&#8217;m interested in this code working, I want to create site without any framework, but similar code!<br />
 <img src='http://www.rvdavid.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
San.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Template View and View Helper Design Patterns in PHP (updated v2) by San</title>
		<link>http://www.rvdavid.net/template-view-and-view-helper-design-patterns-in-php/#comment-1511</link>
		<dc:creator>San</dc:creator>
		<pubDate>Wed, 24 Feb 2010 06:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rvdavid.net/blog/template-view-and-view-helper-flock-together/#comment-1511</guid>
		<description>class :ViewHelperLocator
Function : getHelper($helper)

Typos: return $this-&gt;cache[$helper]; (underscore is missing for cache)

this took my time :-)</description>
		<content:encoded><![CDATA[<p>class :ViewHelperLocator<br />
Function : getHelper($helper)</p>
<p>Typos: return $this-&gt;cache[$helper]; (underscore is missing for cache)</p>
<p>this took my time <img src='http://www.rvdavid.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Template View and View Helper Design Patterns in PHP (updated v2) by San</title>
		<link>http://www.rvdavid.net/template-view-and-view-helper-design-patterns-in-php/#comment-1510</link>
		<dc:creator>San</dc:creator>
		<pubDate>Wed, 24 Feb 2010 05:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rvdavid.net/blog/template-view-and-view-helper-flock-together/#comment-1510</guid>
		<description>Hi, 
   Could you please include the code to call this View from a page? if you have working code that will be better.
Regards,
San.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
   Could you please include the code to call this View from a page? if you have working code that will be better.<br />
Regards,<br />
San.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get the use of your number pad back in Ubuntu by Daniel</title>
		<link>http://www.rvdavid.net/how-to-get-the-use-of-your-number-pad-back-in-ubuntu/#comment-1507</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 20 Feb 2010 17:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvdavid.net/how-to-get-the-use-of-your-number-pad-back-in-ubuntu/#comment-1507</guid>
		<description>Thanks - works like a charm! Was bummed when this stopped working on my laptop since having a number pad on a laptop is a major plus to me.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; works like a charm! Was bummed when this stopped working on my laptop since having a number pad on a laptop is a major plus to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get the use of your number pad back in Ubuntu by rvdavid</title>
		<link>http://www.rvdavid.net/how-to-get-the-use-of-your-number-pad-back-in-ubuntu/#comment-1506</link>
		<dc:creator>rvdavid</dc:creator>
		<pubDate>Sat, 20 Feb 2010 14:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvdavid.net/how-to-get-the-use-of-your-number-pad-back-in-ubuntu/#comment-1506</guid>
		<description>heh good stuff - you gotta love the global community. :) 

Glad it helped you out buddy. keep in touch.</description>
		<content:encoded><![CDATA[<p>heh good stuff &#8211; you gotta love the global community. <img src='http://www.rvdavid.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Glad it helped you out buddy. keep in touch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
