<?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: Making use of PHP closures</title>
	<atom:link href="http://justafewlines.com/2009/10/making-use-of-php-closures/feed/" rel="self" type="application/rss+xml" />
	<link>http://justafewlines.com/2009/10/making-use-of-php-closures/</link>
	<description>That&#039;s all it takes, usually...</description>
	<lastBuildDate>Mon, 26 Apr 2010 05:19:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Pawel</title>
		<link>http://justafewlines.com/2009/10/making-use-of-php-closures/comment-page-1/#comment-31</link>
		<dc:creator>Pawel</dc:creator>
		<pubDate>Sat, 17 Oct 2009 20:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://justafewlines.com/?p=189#comment-31</guid>
		<description>sure :)</description>
		<content:encoded><![CDATA[<p>sure :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polprav</title>
		<link>http://justafewlines.com/2009/10/making-use-of-php-closures/comment-page-1/#comment-30</link>
		<dc:creator>Polprav</dc:creator>
		<pubDate>Sat, 17 Oct 2009 13:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://justafewlines.com/?p=189#comment-30</guid>
		<description>Hello from Russia!
Can I quote a post in your blog with the link to you?</description>
		<content:encoded><![CDATA[<p>Hello from Russia!<br />
Can I quote a post in your blog with the link to you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel</title>
		<link>http://justafewlines.com/2009/10/making-use-of-php-closures/comment-page-1/#comment-27</link>
		<dc:creator>Pawel</dc:creator>
		<pubDate>Tue, 13 Oct 2009 21:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://justafewlines.com/?p=189#comment-27</guid>
		<description>If by &quot;this&quot; you mean wrapping different sorts of callable things into one common construct, then sure, I think it&#039;s very much usable. For example, in you framework, you could replace all those statics with callbacks.

As for using closures in the way we often do it in Javascript, I doubt it&#039;s going to be used at all, for two reasons: the syntax is awful, and we already have __call() which allows for similar tricks (just with a bit more work).</description>
		<content:encoded><![CDATA[<p>If by &#8220;this&#8221; you mean wrapping different sorts of callable things into one common construct, then sure, I think it&#8217;s very much usable. For example, in you framework, you could replace all those statics with callbacks.</p>
<p>As for using closures in the way we often do it in Javascript, I doubt it&#8217;s going to be used at all, for two reasons: the syntax is awful, and we already have __call() which allows for similar tricks (just with a bit more work).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhinav Singh</title>
		<link>http://justafewlines.com/2009/10/making-use-of-php-closures/comment-page-1/#comment-26</link>
		<dc:creator>Abhinav Singh</dc:creator>
		<pubDate>Tue, 13 Oct 2009 10:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://justafewlines.com/?p=189#comment-26</guid>
		<description>Well haven&#039;t tried this out yet, but still if something like this is achievable then it can easily be base to a good php framework. What do you say? I am thinking of update tutorial on &quot;Building a Custom PHP Framework with a custom template caching engine using Output Control functions&quot; http://tinyurl.com/ogy8yh, if this really work out well.</description>
		<content:encoded><![CDATA[<p>Well haven&#8217;t tried this out yet, but still if something like this is achievable then it can easily be base to a good php framework. What do you say? I am thinking of update tutorial on &#8220;Building a Custom PHP Framework with a custom template caching engine using Output Control functions&#8221; <a href="http://tinyurl.com/ogy8yh" rel="nofollow">http://tinyurl.com/ogy8yh</a>, if this really work out well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
