<?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: Saving data in CakePHP</title>
	<atom:link href="http://www.bogdan-net.com/archives/17/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bogdan-net.com/archives/17</link>
	<description>Internet and Web Development</description>
	<lastBuildDate>Sun, 18 Jul 2010 08:39:22 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lungu Bogdan</title>
		<link>http://www.bogdan-net.com/archives/17/comment-page-1#comment-2216</link>
		<dc:creator>Lungu Bogdan</dc:creator>
		<pubDate>Tue, 05 Feb 2008 22:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.bogdan-net.com/archives/17#comment-2216</guid>
		<description>From what you describe me I think you can use save() method twice to save the data in those 2 different tables.</description>
		<content:encoded><![CDATA[<p>From what you describe me I think you can use save() method twice to save the data in those 2 different tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: met_maia@yahoo.com</title>
		<link>http://www.bogdan-net.com/archives/17/comment-page-1#comment-2192</link>
		<dc:creator>met_maia@yahoo.com</dc:creator>
		<pubDate>Mon, 04 Feb 2008 12:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bogdan-net.com/archives/17#comment-2192</guid>
		<description>I have a problem here
I have 2 table that has not associated each other, and 1 form, when submit
table1 do to save the data from that form, and table2 save the data with my own variable which is not from the form.
my question is how I save some data to table2?
that cakePHP have a special command or some trick?
or we just use command mysql_query(&quot;$insert_sql&quot;)
like the common insert SQL?</description>
		<content:encoded><![CDATA[<p>I have a problem here<br />
I have 2 table that has not associated each other, and 1 form, when submit<br />
table1 do to save the data from that form, and table2 save the data with my own variable which is not from the form.<br />
my question is how I save some data to table2?<br />
that cakePHP have a special command or some trick?<br />
or we just use command mysql_query(&#8221;$insert_sql&#8221;)<br />
like the common insert SQL?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
