<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Stubblog - Comments</title>
    <link>http://www.stubbles.org/</link>
    <description>Stubblog - Less slogan, more code.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1 - http://www.s9y.org/</generator>
    <pubDate>Sat, 19 Jul 2008 19:01:06 GMT</pubDate>

    <image>
        <url>http://www.stubbles.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Stubblog - Comments - Stubblog - Less slogan, more code.</title>
        <link>http://www.stubbles.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Adult Ühler: JSON-RPC Proxy Generation with PHP</title>
    <link>http://www.stubbles.org/archives/46-JSON-RPC-Proxy-Generation-with-PHP.html#c319</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/46-JSON-RPC-Proxy-Generation-with-PHP.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=46</wfw:comment>

    

    <author>nospam@example.com (Adult Ühler)</author>
    <content:encoded>
    I am just getting into this AJAx thing and although I didn&#039;t understand all of that presentation, it did help a few things slot into place.&lt;br /&gt;
&lt;br /&gt;
PS This is the best Serendipity blog design I&#039;ve seen. Nice logo too. 
    </content:encoded>

    <pubDate>Sun, 29 Jun 2008 21:28:48 +0200</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/46-guid.html#c319</guid>
    
</item>
<item>
    <title>SasQ: My wishlist for PHP6, pt4: static initializers</title>
    <link>http://www.stubbles.org/archives/15-My-wishlist-for-PHP6,-pt4-static-initializers.html#c318</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/15-My-wishlist-for-PHP6,-pt4-static-initializers.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=15</wfw:comment>

    

    <author>nospam@example.com (SasQ)</author>
    <content:encoded>
    Many language constructs aren&#039;t object orientated (in your sense), but are useful additions.&lt;br /&gt;
&lt;br /&gt;
Yes, there&#039;s no instance, but you don&#039;t need any. It&#039;s a class&#039;s &quot;meta-data&quot; and &quot;meta-methods&quot; (relating to the whole class itself, not concrete objects). How does it lead to the ignorance of the single responsibility principle and maintenance problems?&lt;br /&gt;
&lt;br /&gt;
Static data are useful to set something &quot;globally for all objects of a clas&quot; [e.g. reference count, current date, last used database ID etc.].  Without static data you have to repeat meta-data in every instance, which is redundant, and you have to synchronize it manually over all instances. And THAT is a maintenance problem! &lt;img src=&quot;http://www.stubbles.org/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Wed, 28 May 2008 21:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/15-guid.html#c318</guid>
    
</item>
<item>
    <title>SasQ: My wishlist for PHP6, pt4: static initializers</title>
    <link>http://www.stubbles.org/archives/15-My-wishlist-for-PHP6,-pt4-static-initializers.html#c317</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/15-My-wishlist-for-PHP6,-pt4-static-initializers.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=15</wfw:comment>

    

    <author>nospam@example.com (SasQ)</author>
    <content:encoded>
    Because it&#039;s not possible if myclass::initialize() is private. And it should be private if we don&#039;t want someone from the outside of the class to call it second time, and don&#039;t want to bother him also with that function, which is private matter of the class. 
    </content:encoded>

    <pubDate>Wed, 28 May 2008 20:48:04 +0200</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/15-guid.html#c317</guid>
    
</item>
<item>
    <title>Sebastian Deutsch: Traits for PHP</title>
    <link>http://www.stubbles.org/archives/42-Traits-for-PHP.html#c316</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/42-Traits-for-PHP.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=42</wfw:comment>

    

    <author>nospam@example.com (Sebastian Deutsch)</author>
    <content:encoded>
    Hello,&lt;br /&gt;
&lt;br /&gt;
i think Traits are an awesome feature.  &lt;br /&gt;
&lt;br /&gt;
I&#039;ve implemented the ActiveRecord Design Pattern using Late Static Binding and Traits. Results can be read here:&lt;br /&gt;
&lt;br /&gt;
http://blog.9elements.com/?p=28&lt;br /&gt;
&lt;br /&gt;
Feedback would be nice. 
    </content:encoded>

    <pubDate>Tue, 20 May 2008 16:17:57 +0200</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/42-guid.html#c316</guid>
    
</item>
<item>
    <title>Nic Waller: Stubbles 0.7.0 released</title>
    <link>http://www.stubbles.org/archives/45-Stubbles-0.7.0-released.html#c315</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/45-Stubbles-0.7.0-released.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=45</wfw:comment>

    

    <author>nospam@example.com (Nic Waller)</author>
    <content:encoded>
    Hi Frank, &lt;br /&gt;
Thank you very much for the link, I appreciate it.&lt;br /&gt;
I understand what you mean and I have added an update to make it a bit clearer.&lt;br /&gt;
&lt;br /&gt;
Kind regards / Nic 
    </content:encoded>

    <pubDate>Fri, 02 May 2008 17:37:59 +0200</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/45-guid.html#c315</guid>
    
</item>
<item>
    <title>Frank Kleine: Stubbles 0.7.0 released</title>
    <link>http://www.stubbles.org/archives/45-Stubbles-0.7.0-released.html#c314</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/45-Stubbles-0.7.0-released.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=45</wfw:comment>

    

    <author>nospam@example.com (Frank Kleine)</author>
    <content:encoded>
    Hi Nic,&lt;br /&gt;
&lt;br /&gt;
thanks for the notice and the article, I added a link to your article in the external resources section of the XJConf start page.&lt;br /&gt;
&lt;br /&gt;
Just a note, though: you wrote that a definition file is required for each language. Actually, you should require only one definition file which fits for all languages. The idea behind this is to allow different configurations based on the same definitions. (The category option definition may also be improved to allow an unlimited amount of options without changing the definition file to add another option. Let me know if you want to know more.)&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
Frank 
    </content:encoded>

    <pubDate>Fri, 02 May 2008 09:14:04 +0200</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/45-guid.html#c314</guid>
    
</item>
<item>
    <title>Nic Waller: Stubbles 0.7.0 released</title>
    <link>http://www.stubbles.org/archives/45-Stubbles-0.7.0-released.html#c313</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/45-Stubbles-0.7.0-released.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=45</wfw:comment>

    

    <author>nospam@example.com (Nic Waller)</author>
    <content:encoded>
    Hi, &lt;br /&gt;
I am not sure this is the right blog entry to comment on but I&#039;m having problem getting in touch with the XJConf developers &lt;img src=&quot;http://www.stubbles.org/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Just wanted to tell you that I wrote a small article/blog entry on my blog Wohill about how I have used XJConf, which I think is really great to work with.&lt;br /&gt;
&lt;br /&gt;
Read more -&gt; http://www.wohill.com/design/160/Configure-PHP-applications-with-XJConf.html&lt;br /&gt;
&lt;br /&gt;
Best regards / Nic 
    </content:encoded>

    <pubDate>Fri, 02 May 2008 07:47:54 +0200</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/45-guid.html#c313</guid>
    
</item>
<item>
    <title>deltawing1@hotmail.com: Return type hints</title>
    <link>http://www.stubbles.org/archives/27-Return-type-hints.html#c312</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/27-Return-type-hints.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=27</wfw:comment>

    

    <author>nospam@example.com (deltawing1@hotmail.com)</author>
    <content:encoded>
    The programmer *must* return a string, even if PHP doesn&#039;t enforce it. If a programmer does not return a string he is performing a kludge. Just like Java, the purpose of __toString() is to return a string representation of the object. In your case you have Foo. &lt;br /&gt;
&lt;br /&gt;
Check out the Java&#039;s API documentation and you will see how its toString() is implemented. This is PHP&#039;s copy of it. 
    </content:encoded>

    <pubDate>Wed, 16 Apr 2008 13:06:08 +0200</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/27-guid.html#c312</guid>
    
</item>
<item>
    <title>Ollie Saunders: My wishlist for PHP6, pt6: improvements to ext/reflection</title>
    <link>http://www.stubbles.org/archives/24-My-wishlist-for-PHP6,-pt6-improvements-to-extreflection.html#c233</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/24-My-wishlist-for-PHP6,-pt6-improvements-to-extreflection.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=24</wfw:comment>

    

    <author>nospam@example.com (Ollie Saunders)</author>
    <content:encoded>
    This is a ridiculous limitation. I have a perfectly legimate reason for wanting to do this and I can&#039;t. Very frustrating.&lt;br /&gt;
&lt;br /&gt;
Thanks for the solutions Frank but I just can&#039;t bring myself to implement one for setting - the performance hit would make it a vein activity alone. 
    </content:encoded>

    <pubDate>Mon, 17 Mar 2008 01:57:05 +0100</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/24-guid.html#c233</guid>
    
</item>
<item>
    <title>Frank Kleine: Stubbles 0.6.0 released</title>
    <link>http://www.stubbles.org/archives/43-Stubbles-0.6.0-released.html#c231</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/43-Stubbles-0.6.0-released.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=43</wfw:comment>

    

    <author>nospam@example.com (Frank Kleine)</author>
    <content:encoded>
    Hmpf, same file right problems again. Download should work now, thanks for the notice. I edited your comment, error messages should not find their way to Google. &lt;img src=&quot;http://www.stubbles.org/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Mon, 03 Mar 2008 01:08:50 +0100</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/43-guid.html#c231</guid>
    
</item>
<item>
    <title>anonymous: Stubbles 0.6.0 released</title>
    <link>http://www.stubbles.org/archives/43-Stubbles-0.6.0-released.html#c230</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/43-Stubbles-0.6.0-released.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=43</wfw:comment>

    

    <author>nospam@example.com (anonymous)</author>
    <content:encoded>
    would really like to give Stubbles a try, but download doesn&#039;t seem to work:&lt;br /&gt;
&lt;br /&gt;
**********************************&lt;br /&gt;
&lt;br /&gt;
Warning: [ERROR_MESSAGES] 
    </content:encoded>

    <pubDate>Sun, 02 Mar 2008 11:51:21 +0100</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/43-guid.html#c230</guid>
    
</item>
<item>
    <title>René Leonhardt: Traits for PHP</title>
    <link>http://www.stubbles.org/archives/42-Traits-for-PHP.html#c229</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/42-Traits-for-PHP.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=42</wfw:comment>

    

    <author>nospam@example.com (René Leonhardt)</author>
    <content:encoded>
    Wow, this is a great functionality, thank you for even implementing a patch against the current code base!&lt;br /&gt;
&lt;br /&gt;
I hope some core developers will try it out, it would be very useful to have traits available when you need them. 
    </content:encoded>

    <pubDate>Thu, 21 Feb 2008 15:36:13 +0100</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/42-guid.html#c229</guid>
    
</item>
<item>
    <title>Sebastian Bergmann: Do not trust the reflection API</title>
    <link>http://www.stubbles.org/archives/40-Do-not-trust-the-reflection-API.html#c224</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/40-Do-not-trust-the-reflection-API.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=40</wfw:comment>

    

    <author>nospam@example.com (Sebastian Bergmann)</author>
    <content:encoded>
    At least XSLTProcessor should now be fixed for HEAD, PHP_5_3, and PHP_5_2. 
    </content:encoded>

    <pubDate>Tue, 29 Jan 2008 09:43:19 +0100</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/40-guid.html#c224</guid>
    
</item>
<item>
    <title>Frank Kleine: Do not trust the reflection API</title>
    <link>http://www.stubbles.org/archives/40-Do-not-trust-the-reflection-API.html#c222</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/40-Do-not-trust-the-reflection-API.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=40</wfw:comment>

    

    <author>nospam@example.com (Frank Kleine)</author>
    <content:encoded>
    My point was to shed some light on a behaviour which might affect others as well. If you got that wrong then I&#039;m sorry, but I never intended to blame someone. Unfortunately my lack of C skills denies the creation of fixes for PHP itself. However I was free to submit a patch to PHPUnit which should solve the problem for now if it gets accepted. 
    </content:encoded>

    <pubDate>Sat, 26 Jan 2008 17:39:54 +0100</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/40-guid.html#c222</guid>
    
</item>
<item>
    <title>Frank Kleine: Do not trust the reflection API</title>
    <link>http://www.stubbles.org/archives/40-Do-not-trust-the-reflection-API.html#c221</link>
            <category></category>
    
    <comments>http://www.stubbles.org/archives/40-Do-not-trust-the-reflection-API.html#comments</comments>
    <wfw:comment>http://www.stubbles.org/wfwcomment.php?cid=40</wfw:comment>

    

    <author>nospam@example.com (Frank Kleine)</author>
    <content:encoded>
    My tests where against 5.2.5.&lt;br /&gt;
&lt;br /&gt;
Interestingly, the problem I explained with mock objects would not happen if the reflection API would say that the PDOStatement methods do not have any parameters. The problem here is that the parameter is optional, but you can not get any default value for it and must therefore assume it is null without being really sure about this. 
    </content:encoded>

    <pubDate>Sat, 26 Jan 2008 17:30:53 +0100</pubDate>
    <guid isPermaLink="false">http://www.stubbles.org/archives/40-guid.html#c221</guid>
    
</item>

</channel>
</rss>