<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: CakePHP: How to Add Theme Support?</title>
	<atom:link href="http://twilightseo.fallenray.com/cakephp/cakephp-how-to-add-theme-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://twilightseo.fallenray.com/cakephp/cakephp-how-to-add-theme-support/</link>
	<description>Standing at the border line. Beautiful color spectrum of Search Engine Optimization. White, Gray, Black Hat SEO learning by doing.</description>
	<pubDate>Fri, 12 Mar 2010 19:16:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: ruru</title>
		<link>http://twilightseo.fallenray.com/cakephp/cakephp-how-to-add-theme-support/comment-page-1/#comment-32</link>
		<dc:creator>ruru</dc:creator>
		<pubDate>Tue, 24 Mar 2009 21:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://php.fallenray.com/cakephp/cakephp-how-to-add-theme-support/#comment-32</guid>
		<description>Layouts will be places on cake\app\views\themed\&lt;em&gt;default&lt;/em&gt;\layouts.
While css and image files are in \app\webroot\themed\&lt;em&gt;default&lt;/em&gt;\....

This way user can pick theme (Eg. &lt;em&gt;default&lt;/em&gt;) and CakePHP will magically do the rest.
You only need to put files on proper folder.

Don't forget! On production server,  /webroot is set as the DocumentRoot.
So this way, we hide our php / cakephp script from public. Refer to this &lt;a href="http://book.cakephp.org/view/34/Production" rel="nofollow"&gt;CakePHP Production Installation&lt;/a&gt;

User can only see \webroot\... but not \views\... 
Anything inside views should NOT be visible to user. 
So don't put images inside \views\..., put in \webroot\ instead.</description>
		<content:encoded><![CDATA[<p>Layouts will be places on cake\app\views\themed\<em>default</em>\layouts.<br />
While css and image files are in \app\webroot\themed\<em>default</em>\&#8230;.</p>
<p>This way user can pick theme (Eg. <em>default</em>) and CakePHP will magically do the rest.<br />
You only need to put files on proper folder.</p>
<p>Don&#8217;t forget! On production server,  /webroot is set as the DocumentRoot.<br />
So this way, we hide our php / cakephp script from public. Refer to this <a href="http://book.cakephp.org/view/34/Production" rel="nofollow">CakePHP Production Installation</a></p>
<p>User can only see \webroot\&#8230; but not \views\&#8230;<br />
Anything inside views should NOT be visible to user.<br />
So don&#8217;t put images inside \views\&#8230;, put in \webroot\ instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://twilightseo.fallenray.com/cakephp/cakephp-how-to-add-theme-support/comment-page-1/#comment-31</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 24 Mar 2009 20:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://php.fallenray.com/cakephp/cakephp-how-to-add-theme-support/#comment-31</guid>
		<description>Hi,
Same question - this is nice to handle layouts - but how would you handle
e.g. allowing the user to pic their CSS scheme for the site?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Same question - this is nice to handle layouts - but how would you handle<br />
e.g. allowing the user to pic their CSS scheme for the site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MoreToKnow</title>
		<link>http://twilightseo.fallenray.com/cakephp/cakephp-how-to-add-theme-support/comment-page-1/#comment-15</link>
		<dc:creator>MoreToKnow</dc:creator>
		<pubDate>Sun, 15 Feb 2009 22:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://php.fallenray.com/cakephp/cakephp-how-to-add-theme-support/#comment-15</guid>
		<description>Interesting feature! I'm left with at least two key questions right off the top of my head, though:
(1) What about layouts? 
(2) What about css? 
Both of those assets determine the look of a Cake app, but they don't fall under the /views/ folder. So, how do they play into this Theme support?
Thanks</description>
		<content:encoded><![CDATA[<p>Interesting feature! I&#8217;m left with at least two key questions right off the top of my head, though:<br />
(1) What about layouts?<br />
(2) What about css?<br />
Both of those assets determine the look of a Cake app, but they don&#8217;t fall under the /views/ folder. So, how do they play into this Theme support?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP-ist</title>
		<link>http://twilightseo.fallenray.com/cakephp/cakephp-how-to-add-theme-support/comment-page-1/#comment-5</link>
		<dc:creator>PHP-ist</dc:creator>
		<pubDate>Sun, 30 Mar 2008 08:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://php.fallenray.com/cakephp/cakephp-how-to-add-theme-support/#comment-5</guid>
		<description>&lt;blockquote&gt;...put inside folder "views/themed/", instead "views/".&lt;/blockquote&gt;
Thanks for your correction :)</description>
		<content:encoded><![CDATA[<blockquote><p>&#8230;put inside folder &#8220;views/themed/&#8221;, instead &#8220;views/&#8221;.</p></blockquote>
<p>Thanks for your correction <img src='http://twilightseo.fallenray.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: majic3</title>
		<link>http://twilightseo.fallenray.com/cakephp/cakephp-how-to-add-theme-support/comment-page-1/#comment-4</link>
		<dc:creator>majic3</dc:creator>
		<pubDate>Sun, 30 Mar 2008 02:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://php.fallenray.com/cakephp/cakephp-how-to-add-theme-support/#comment-4</guid>
		<description>&lt;blockquote&gt;
folder called themed instead views
&lt;/blockquote&gt;

instead should read inside?

Themes are great I had a play with them a while back, found it perfect for making admin interface entirely separate from the public site.  Had some issues when using it in conjunction with assetmapper, but since cake now has settings for asset compression in core.php I am revisiting this</description>
		<content:encoded><![CDATA[<blockquote><p>
folder called themed instead views
</p></blockquote>
<p>instead should read inside?</p>
<p>Themes are great I had a play with them a while back, found it perfect for making admin interface entirely separate from the public site.  Had some issues when using it in conjunction with assetmapper, but since cake now has settings for asset compression in core.php I am revisiting this</p>
]]></content:encoded>
	</item>
</channel>
</rss>
