<?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>Rick Guyer .com &#187; plugin</title>
	<atom:link href="http://rickguyer.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://rickguyer.com</link>
	<description>Information about the web, web development, and technology.</description>
	<lastBuildDate>Sat, 03 Jul 2010 19:52:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SmartRedirect Plugin for CakePHP</title>
		<link>http://rickguyer.com/smartredirect-plugin-for-cakephp/</link>
		<comments>http://rickguyer.com/smartredirect-plugin-for-cakephp/#comments</comments>
		<pubDate>Thu, 07 May 2009 18:24:21 +0000</pubDate>
		<dc:creator>ricog</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://rickguyer.com/?p=46</guid>
		<description><![CDATA[When adding, editing, or deleting records in a web application, it is common to return the user to where they originated. That is what they typically expect. The SmartRedirect plugin allows just that, without any coding in your models, controllers, or views.]]></description>
			<content:encoded><![CDATA[<p>When adding, editing, or deleting records in a web application, it is common to return the user to where they originated. That is what they typically expect. The SmartRedirect plugin allows just that, without any coding in your models, controllers, or views.</p>
<p>You can grab the plugin using git or by zip from the <a href="http://github.com/ricog/smart_redirect">SmartRedirect Plugin project page</a> on <a href="http://github.com">GitHub</a>.</p>
<p>All you need to do is extract the file and drop the smart_redirect folder into your app/plugins directory. After that, add SmartRedirect.AutoReturn to your components list. Something like this:</p>
<pre class="brush: php">
var $components = array(&#039;SmartRedirect.AutoReturn&#039;);
</pre>
<p>Now when you add, edit, or delete records in your application, you&#8217;ll be returned to the page you were on before.</p>
<p>The plugin does use a custom view, so may conflict with other plugins such as <a href="http://thechaw.com/debug_kit">Debug Kit</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rickguyer.com/smartredirect-plugin-for-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
