<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Framework Update</title>
	<link>http://refactored.siradrian.com/2008/03/26/framework-update/</link>
	<description>refactoring the development process</description>
	<pubDate>Tue, 06 Jan 2009 03:10:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Psionic Vision</title>
		<link>http://refactored.siradrian.com/2008/03/26/framework-update/#comment-162</link>
		<dc:creator>Psionic Vision</dc:creator>
		<pubDate>Tue, 13 May 2008 15:03:09 +0000</pubDate>
		<guid>http://refactored.siradrian.com/2008/03/26/framework-update/#comment-162</guid>
		<description>Also, maybe we can cooperate on creating this one too? I'm very interested, except I would like this to be taken a step beyond vbulletin, such that it could be used to generate standalone code for use in any context.</description>
		<content:encoded><![CDATA[<p>Also, maybe we can cooperate on creating this one too? I&#8217;m very interested, except I would like this to be taken a step beyond vbulletin, such that it could be used to generate standalone code for use in any context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psionic Vision</title>
		<link>http://refactored.siradrian.com/2008/03/26/framework-update/#comment-161</link>
		<dc:creator>Psionic Vision</dc:creator>
		<pubDate>Tue, 13 May 2008 12:39:04 +0000</pubDate>
		<guid>http://refactored.siradrian.com/2008/03/26/framework-update/#comment-161</guid>
		<description>This is a great idea that has a lot of potential, but I have a few questions:
1) What is this construct that you have:

[PHP]
$object -&#62; method()
            -&#62;method2
            -&#62; method3
[/PHP]

I assume you are intending to call different methods of the same object in sequence. But is there such a construct? I mean, if I just say $obj-&#62;method()-&#62;method2(), then the manual defines this as "calling method2 of the obj returned by $obj-method()". Unless each of your methods returns an object, this wouldn't make a lot of sense in your context. Please explain.

2) Where is the actual code generator, is it available somewhere for download?</description>
		<content:encoded><![CDATA[<p>This is a great idea that has a lot of potential, but I have a few questions:<br />
1) What is this construct that you have:</p>
<p>[PHP]<br />
$object -&gt; method()<br />
            -&gt;method2<br />
            -&gt; method3<br />
[/PHP]</p>
<p>I assume you are intending to call different methods of the same object in sequence. But is there such a construct? I mean, if I just say $obj-&gt;method()-&gt;method2(), then the manual defines this as &#8220;calling method2 of the obj returned by $obj-method()&#8221;. Unless each of your methods returns an object, this wouldn&#8217;t make a lot of sense in your context. Please explain.</p>
<p>2) Where is the actual code generator, is it available somewhere for download?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
