<?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: What is new in PHP 5.3 &#8211; part 2: late static binding</title>
	<atom:link href="http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html</link>
	<description>Random secrets of PHP, web development</description>
	<lastBuildDate>Sun, 20 Jun 2010 17:42:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PHP 5.2 Soap Singleton et héritage &#124; Blog de Sébastien NAUER</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html/comment-page-1#comment-74149</link>
		<dc:creator>PHP 5.2 Soap Singleton et héritage &#124; Blog de Sébastien NAUER</dc:creator>
		<pubDate>Sun, 20 Jun 2010 17:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what%e2%80%99s-new-in-php-53-part-2-late-static-binding.html#comment-74149</guid>
		<description>[...] Page dédiée au Late State Binding [...]</description>
		<content:encoded><![CDATA[<p>[...] Page dédiée au Late State Binding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wim Tibackx</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html/comment-page-1#comment-72537</link>
		<dc:creator>Wim Tibackx</dc:creator>
		<pubDate>Mon, 19 Apr 2010 15:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what%e2%80%99s-new-in-php-53-part-2-late-static-binding.html#comment-72537</guid>
		<description>Late Static Binding also proves a great solution for the singleton and inheritance problem prior to php 5.3. Great article! Thanks!</description>
		<content:encoded><![CDATA[<p>Late Static Binding also proves a great solution for the singleton and inheritance problem prior to php 5.3. Great article! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Singleton and inheritance in PHP : solved in 5.3+</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html/comment-page-1#comment-72536</link>
		<dc:creator>Singleton and inheritance in PHP : solved in 5.3+</dc:creator>
		<pubDate>Mon, 19 Apr 2010 15:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what%e2%80%99s-new-in-php-53-part-2-late-static-binding.html#comment-72536</guid>
		<description>[...] was only possible with dirty hacks, some of which involving eval(). But in php 5.3 the concept of Late Static Binding was introduced. With that, our problem is gone with only a few code edits.. In the GetInstance [...]</description>
		<content:encoded><![CDATA[<p>[...] was only possible with dirty hacks, some of which involving eval(). But in php 5.3 the concept of Late Static Binding was introduced. With that, our problem is gone with only a few code edits.. In the GetInstance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html/comment-page-1#comment-71873</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 29 Jan 2010 16:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what%e2%80%99s-new-in-php-53-part-2-late-static-binding.html#comment-71873</guid>
		<description>I think you may have a security problem - visitors to this page are being redirected to some worrying Russian site. It looks like some dodgy Javascript has been injected at the top of the page.</description>
		<content:encoded><![CDATA[<p>I think you may have a security problem &#8211; visitors to this page are being redirected to some worrying Russian site. It looks like some dodgy Javascript has been injected at the top of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html/comment-page-1#comment-50818</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sun, 05 Apr 2009 15:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what%e2%80%99s-new-in-php-53-part-2-late-static-binding.html#comment-50818</guid>
		<description>This advice is really going to help, thanks.</description>
		<content:encoded><![CDATA[<p>This advice is really going to help, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vysnu &#187; Rails-like ActiveRecord for PHP&#160;5.3</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html/comment-page-1#comment-18160</link>
		<dc:creator>Vysnu &#187; Rails-like ActiveRecord for PHP&#160;5.3</dc:creator>
		<pubDate>Sat, 13 Sep 2008 11:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what%e2%80%99s-new-in-php-53-part-2-late-static-binding.html#comment-18160</guid>
		<description>[...] possible (the magic function __call - equivalent to method_missing in Ruby) and something called late-static binding which is only available in PHP 5.3. __call allows dynamic method invocation and late-static binding [...]</description>
		<content:encoded><![CDATA[<p>[...] possible (the magic function __call &#8211; equivalent to method_missing in Ruby) and something called late-static binding which is only available in PHP 5.3. __call allows dynamic method invocation and late-static binding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP 5.3 Improvements &#187; EricByers.com</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html/comment-page-1#comment-17233</link>
		<dc:creator>PHP 5.3 Improvements &#187; EricByers.com</dc:creator>
		<pubDate>Sun, 07 Sep 2008 06:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what%e2%80%99s-new-in-php-53-part-2-late-static-binding.html#comment-17233</guid>
		<description>[...] Late static binding [...]</description>
		<content:encoded><![CDATA[<p>[...] Late static binding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Problemas com Late Static Binding &#124; JoEh</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html/comment-page-1#comment-6328</link>
		<dc:creator>Problemas com Late Static Binding &#124; JoEh</dc:creator>
		<pubDate>Sun, 13 Apr 2008 00:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what%e2%80%99s-new-in-php-53-part-2-late-static-binding.html#comment-6328</guid>
		<description>[...] vi algumas pessoas reportando um problema com Late Static Binding que, do meu ponto de vista, Ã© facilmente resolvido da seguinte [...]</description>
		<content:encoded><![CDATA[<p>[...] vi algumas pessoas reportando um problema com Late Static Binding que, do meu ponto de vista, Ã© facilmente resolvido da seguinte [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What&#8217;s new in PHP 5.3 &#171; we&#8217;re only gonna die from our arrogance</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html/comment-page-1#comment-6189</link>
		<dc:creator>What&#8217;s new in PHP 5.3 &#171; we&#8217;re only gonna die from our arrogance</dc:creator>
		<pubDate>Thu, 10 Apr 2008 11:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what%e2%80%99s-new-in-php-53-part-2-late-static-binding.html#comment-6189</guid>
		<description>[...] What is new in PHP 5.3 - part 2: late static binding [...]</description>
		<content:encoded><![CDATA[<p>[...] What is new in PHP 5.3 &#8211; part 2: late static binding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael S. Souza</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html/comment-page-1#comment-5672</link>
		<dc:creator>Rafael S. Souza</dc:creator>
		<pubDate>Thu, 03 Apr 2008 20:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what%e2%80%99s-new-in-php-53-part-2-late-static-binding.html#comment-5672</guid>
		<description>Simple, declare method &lt;code&gt;findByPk&lt;/code&gt; as &lt;code&gt;final&lt;/code&gt; and be happy! :)

In many cases this dont solve the problem, but in ActiveRecord implementation this work well, because it dont make sense overwrite basic methods of ActiveRecord class.</description>
		<content:encoded><![CDATA[<p>Simple, declare method <code>findByPk</code> as <code>final</code> and be happy! <img src='http://blog.felho.hu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In many cases this dont solve the problem, but in ActiveRecord implementation this work well, because it dont make sense overwrite basic methods of ActiveRecord class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

