<?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>Kangaroo Court {concept47 blog} &#187; cakephp</title>
	<atom:link href="http://www.concept47.com/austin_web_developer_blog/category/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.concept47.com/austin_web_developer_blog</link>
	<description>An Austin Web Developer's Blog</description>
	<lastBuildDate>Sat, 07 May 2011 20:32:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cakephp Filter gotcha for rails folks</title>
		<link>http://www.concept47.com/austin_web_developer_blog/ruby-on-rails/cakephp-filter-gotcha-for-rails-folks/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/ruby-on-rails/cakephp-filter-gotcha-for-rails-folks/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 04:19:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=255</guid>
		<description><![CDATA[Usually in Rails, if you specify a before_filter in the base controller &#8216;ApplicationController&#8217; (in application.rb), every other controller in that app inherits that filter, so that even if you specify a before_filter in another controller &#8230; the filter in application.rb always runs
Example:

class ApplicationController &#60; ActionController::Base
   before_filter :check_login
end


class UploadsController &#60; ApplicationController
    before_filter :get_data
end

The :check_login method is [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/ruby-on-rails/cakephp-filter-gotcha-for-rails-folks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get a hasMany dropdown/select tag in cakephp</title>
		<link>http://www.concept47.com/austin_web_developer_blog/cakephp/how-to-get-a-hasmany-dropdownselect-tag-in-cakephp/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/cakephp/how-to-get-a-hasmany-dropdownselect-tag-in-cakephp/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 07:40:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cakephp]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=246</guid>
		<description><![CDATA[Getting a dropdown of items a model hasMany of,  should be very easy to do, but I always forget and it takes me far longer to find it than it should.
For this brief example, we&#8217;re assuming that we have an Uploads model and a FileCategory model.
Uploads belongs to FileCategory and File Category has many [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/cakephp/how-to-get-a-hasmany-dropdownselect-tag-in-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cakephp gotcha: Don&#8217;t name controller the same as folder in webroot</title>
		<link>http://www.concept47.com/austin_web_developer_blog/cakephp/cakephp-gotcha-dont-name-controller-the-same-as-folder-in-webroot/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/cakephp/cakephp-gotcha-dont-name-controller-the-same-as-folder-in-webroot/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 21:59:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cakephp]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=237</guid>
		<description><![CDATA[This one had me going for a bit, but if you name a controller the same as a file that is in the &#8220;webroot&#8221; folder, and try to navigate to it, cake will just show you a listing of all the files in the same named directory.
As an example, the &#8220;files&#8221; folder comes with the [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/cakephp/cakephp-gotcha-dont-name-controller-the-same-as-folder-in-webroot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

