<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0"><channel><title>Blog // withoutboundary</title><link>http://withoutboundary.com.au/</link><description /><item><guid>http://withoutboundary.com.au/p/decfd95e34c5d74b19a8ea12dec664f1bfade23b</guid><author>Shawn Murphy</author><pubDate>Sat, 22 Aug 2009 00:10:10 +1000</pubDate><description>&lt;p&gt;Ever serve forms from actions that POST to other actions? Wondered why you lose the form data, or you don&#039;t get back validation errors? These bits of information are unfortunately only stored as variables within the current scope in Cake, and if you redirect back to the action that served the form, it&#039;s all lost.&lt;/p&gt;
&lt;p&gt;Unless you store it to Session.&lt;/p&gt;
&lt;p&gt;That&#039;s what the &lt;a href=&quot;http://github.com/seguer/cakephp-formsession-plugin/tree/master&quot; target=&quot;_blank&quot;&gt;FormSession component&lt;/a&gt; does. It provides an easy access ability to store and retrieve a Model&#039;s data and validation errors to Session, thereby being able to use them across actions, or even controllers!&lt;/p&gt;
&lt;p&gt;The component itself has been turned into a plugin at the behest of savant, a regular in the &lt;a href=&quot;irc://irc.freenode.net/cakephp&quot;&gt;CakePHP IRC channel&lt;/a&gt;, and is also available at &lt;a href=&quot;http://github.com/seguer/cakephp-formsession-plugin/tree/master&quot; target=&quot;_blank&quot;&gt;github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Questions or suggestions? Feel free to comment to this post.&lt;/p&gt;</description><title>FormSession - a CakePHP component to keep form data between actions</title><link>http://withoutboundary.com.au/p/decfd95e34c5d74b19a8ea12dec664f1bfade23b</link></item><item><guid>http://withoutboundary.com.au/p/fe1d5001065ced713808cb45921198e2ee56bc1a</guid><author>Shawn Murphy</author><pubDate>Thu, 06 Aug 2009 17:04:21 +1000</pubDate><description>&lt;p&gt;withoutboundary goes Live!&lt;/p&gt;
&lt;p&gt;Keep your eye on this space for articles about CakePHP, jQuery, Javascript, PHP, CSS, and basically anything to do with website development.&lt;/p&gt;</description><title>Site Goes Live</title><link>http://withoutboundary.com.au/p/fe1d5001065ced713808cb45921198e2ee56bc1a</link></item></channel></rss>