<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lost-In-Code &#187; records</title>
	<atom:link href="http://www.lost-in-code.com/tag/records/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com</link>
	<description>Web Development Resources</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:07:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CakePHP : Delete multiple records</title>
		<link>http://www.lost-in-code.com/programming/php-code/cakephp-delete-multiple-records/</link>
		<comments>http://www.lost-in-code.com/programming/php-code/cakephp-delete-multiple-records/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 03:01:19 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[deleteall]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[records]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2007/09/20/cakephp-delete-multiple-records/</guid>
		<description><![CDATA[With CakePHP, you can remove multiple records from a database table using the deleteAll() model method. deleteAll() Usage $this -&#62; Model -&#62; deleteAll&#40;$conditions, $cascade = true&#41;; Lets say that you wanted to remove all the records for a specific user from the Item model. Below is a quick example. deleteAll() Example $this -&#62; Item -&#62; [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/php-code/cakephp-delete-multiple-records/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

