<?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: How To Dynamically Instantiate Classes In PHP</title> <atom:link href="http://jacobkiers.net/2009/03/10/how-to-dynamically-instantiate-classes-in-php/feed/" rel="self" type="application/rss+xml" /><link>http://jacobkiers.net/2009/03/10/how-to-dynamically-instantiate-classes-in-php/</link> <description>Some things I want to share</description> <lastBuildDate>Tue, 26 Jul 2011 03:29:15 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Carlos</title><link>http://jacobkiers.net/2009/03/10/how-to-dynamically-instantiate-classes-in-php/comment-page-1/#comment-1343</link> <dc:creator>Carlos</dc:creator> <pubDate>Sun, 28 Nov 2010 19:43:16 +0000</pubDate> <guid isPermaLink="false">http://blog.jacobkiers.net/?p=70#comment-1343</guid> <description>Thanks a lot,You saved me!</description> <content:encoded><![CDATA[<p>Thanks a lot,</p><p>You saved me!</p> ]]></content:encoded> </item> <item><title>By: Jacob Kiers</title><link>http://jacobkiers.net/2009/03/10/how-to-dynamically-instantiate-classes-in-php/comment-page-1/#comment-1089</link> <dc:creator>Jacob Kiers</dc:creator> <pubDate>Fri, 12 Feb 2010 12:09:27 +0000</pubDate> <guid isPermaLink="false">http://blog.jacobkiers.net/?p=70#comment-1089</guid> <description>Hi Daniele, thanks for your comment! I&#039;m glad you&#039;ve been helped by this article.Regarding your comment that you could use a compact version: why not? I do need the extra checks and balances, but I&#039;ll probably use your approach in code which doesn&#039;t. Thanks!</description> <content:encoded><![CDATA[<p>Hi Daniele,<br /> thanks for your comment! I&#8217;m glad you&#8217;ve been helped by this article.</p><p>Regarding your comment that you could use a compact version: why not?<br /> I do need the extra checks and balances, but I&#8217;ll probably use your approach in code which doesn&#8217;t. Thanks!</p> ]]></content:encoded> </item> <item><title>By: Daniele</title><link>http://jacobkiers.net/2009/03/10/how-to-dynamically-instantiate-classes-in-php/comment-page-1/#comment-1088</link> <dc:creator>Daniele</dc:creator> <pubDate>Thu, 11 Feb 2010 15:16:56 +0000</pubDate> <guid isPermaLink="false">http://blog.jacobkiers.net/?p=70#comment-1088</guid> <description>Hi, I&#039;m trying to develop a minimal Dependency Injector container in PHP and your article saved my day. I really only used a compact version... &lt;code&gt; $class_name = $this-&gt;class_name; $reflector = new ReflectionClass($class_name); $constructor = $reflector-&gt;getConstructor(); $this-&gt;objectBeingBuilt = $reflector-&gt;newInstanceArgs($this-&gt;arguments); &lt;/code&gt; Thank you again.Daniele</description> <content:encoded><![CDATA[<p>Hi,<br /> I&#8217;m trying to develop a minimal Dependency Injector container in PHP and your article saved my day. I really only used a compact version&#8230;<br /> <code><br /> $class_name = $this-&gt;class_name;<br /> $reflector = new ReflectionClass($class_name);<br /> $constructor = $reflector-&gt;getConstructor();<br /> $this-&gt;objectBeingBuilt = $reflector-&gt;newInstanceArgs($this-&gt;arguments);<br /> </code><br /> Thank you again.</p><p>Daniele</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/6 queries in 0.007 seconds using disk: basic
Object Caching 269/270 objects using disk: basic
Content Delivery Network via N/A

Served from: jacobkiers.net @ 2012-02-06 21:07:49 -->
