<?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: The week in qooxdoo (2009-10-30)</title>
	<atom:link href="http://news.qooxdoo.org/the-week-in-qooxdoo-2009-10-30/feed" rel="self" type="application/rss+xml" />
	<link>http://news.qooxdoo.org/the-week-in-qooxdoo-2009-10-30</link>
	<description>News from the qooxdoo open-source JS framework</description>
	<lastBuildDate>Tue, 27 Jul 2010 16:36:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mirko Thamm</title>
		<link>http://news.qooxdoo.org/the-week-in-qooxdoo-2009-10-30/comment-page-1#comment-591</link>
		<dc:creator>Mirko Thamm</dc:creator>
		<pubDate>Fri, 13 Nov 2009 10:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=2526#comment-591</guid>
		<description>Hi,

I will visit the WebTech conference on Monday and Tuesday. A &quot;decent qooxdoo beer&quot; would be welcome any time :-)

Cheers! Mirko</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I will visit the WebTech conference on Monday and Tuesday. A &#8220;decent qooxdoo beer&#8221; would be welcome any time <img src='http://news.qooxdoo.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers! Mirko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Boulanger</title>
		<link>http://news.qooxdoo.org/the-week-in-qooxdoo-2009-10-30/comment-page-1#comment-590</link>
		<dc:creator>Christian Boulanger</dc:creator>
		<pubDate>Fri, 06 Nov 2009 11:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=2526#comment-590</guid>
		<description>Hi,

the code I used for &quot;API forwarding&quot; is incorrect. In PHP (4 and5), you cannot call a method directly on a newly instantiated object as you can do in JavaScript -- e.g., (new Date).getTime(); -- so the forwarding has to be done in two steps:

function method_methodSignature( $method ) {
  $s = new ServiceIntrospection( $this )
  return $s-&gt;method_methodSignature( $method);
}

Sorry for the glitch...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the code I used for &#8220;API forwarding&#8221; is incorrect. In PHP (4 and5), you cannot call a method directly on a newly instantiated object as you can do in JavaScript &#8212; e.g., (new Date).getTime(); &#8212; so the forwarding has to be done in two steps:</p>
<p>function method_methodSignature( $method ) {<br />
  $s = new ServiceIntrospection( $this )<br />
  return $s-&gt;method_methodSignature( $method);<br />
}</p>
<p>Sorry for the glitch&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
