<?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>iTamers Simple SEO &#187; CakePHP</title>
	<atom:link href="http://www.itamer.com/category/technical-discussions/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itamer.com</link>
	<description>Sarah King&#039;s blog and programming examples</description>
	<lastBuildDate>Thu, 25 Feb 2010 02:02:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Picklist Component for CakePHP</title>
		<link>http://www.itamer.com/a-picklist-component-for-cake/324/</link>
		<comments>http://www.itamer.com/a-picklist-component-for-cake/324/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 15:50:41 +0000</pubDate>
		<dc:creator>Sarah King</dc:creator>
				<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://www.itamer.com/a-picklist-component-for-cake/324/</guid>
		<description><![CDATA[I needed to have a table holding all my picklists, to make them easier to edit and manage. It's a large application so there will be lots of drop downs and radio buttons, states and status fields.
I started with my picklist table

PLAIN TEXT
CODE:




CREATE TABLE `picklists` &#40;&#60;br /&#62;


`id` int&#40;11&#41; NOT NULL auto_increment,&#60;br /&#62;


`listname` varchar&#40;20&#41; NOT NULL,&#60;br [...]]]></description>
		<wfw:commentRss>http://www.itamer.com/a-picklist-component-for-cake/324/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Radio List in a table for CakePHP</title>
		<link>http://www.itamer.com/radiotable/285/</link>
		<comments>http://www.itamer.com/radiotable/285/#comments</comments>
		<pubDate>Fri, 09 Jun 2006 10:48:00 +0000</pubDate>
		<dc:creator>Sarah King</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.itamer.com/?p=285</guid>
		<description><![CDATA[I wanted to present a range of choices in a nicely formatted table and couldn't see helper to do the job - so this is my first snippet for Cake PHP. I doubt it's perfectly cake (for instance I do the header row myself rather than using the html helper, and I concatenate a string [...]]]></description>
		<wfw:commentRss>http://www.itamer.com/radiotable/285/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
