<?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: DB_DataObject_FormBuilder with multiple tables</title>
	<atom:link href="http://jystewart.net/process/2005/03/db_dataobject_formbuilder-with-multiple-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://jystewart.net/process/2005/03/db_dataobject_formbuilder-with-multiple-tables/</link>
	<description>notes from another web developer</description>
	<lastBuildDate>Sat, 04 Sep 2010 19:45:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dan Chmielewski</title>
		<link>http://jystewart.net/process/2005/03/db_dataobject_formbuilder-with-multiple-tables/comment-page-1/#comment-67</link>
		<dc:creator>Dan Chmielewski</dc:creator>
		<pubDate>Mon, 13 Jun 2005 03:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://jystewart.net/process/archives/2005/03/db_dataobject_formbuilder-with-multiple-tables/#comment-67</guid>
		<description>There&#039;s a couple errors in your code above.
The last lines from the first bit of code should read:

$second_build-&gt;useForm($first_form);
$second_form = $second_build-&gt;getForm();

print $second_form-&gt;toHTML();

Also, you&#039;ll want to add form prefixes in case the two forms share common field-names for some elements.

- Dan</description>
		<content:encoded><![CDATA[<p>There&#8217;s a couple errors in your code above.<br />
The last lines from the first bit of code should read:</p>
<p>$second_build-&gt;useForm($first_form);<br />
$second_form = $second_build-&gt;getForm();</p>
<p>print $second_form-&gt;toHTML();</p>
<p>Also, you&#8217;ll want to add form prefixes in case the two forms share common field-names for some elements.</p>
<p>- Dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
