<?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>Mark Alan Evans &#187; CakePHP</title>
	<atom:link href="http://www.markalanevans.com/category/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markalanevans.com</link>
	<description>Coder by Day, Entrepreneur by Night.</description>
	<lastBuildDate>Fri, 20 Jan 2012 02:20:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>CakePHP &#8211; Override .htacces to ignore directory</title>
		<link>http://www.markalanevans.com/2009/11/04/cakephp-override-htacces-to-ignore-directory/</link>
		<comments>http://www.markalanevans.com/2009/11/04/cakephp-override-htacces-to-ignore-directory/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 17:23:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/?p=135</guid>
		<description><![CDATA[&#60;IfModule mod_rewrite.c&#62; RewriteEngine on RewriteRule    ^manager    -    [L] RewriteRule    ^pma    -    [L] RewriteRule    ^fm    -    [L] RewriteRule    ^$ app/webroot/    [L] RewriteRule    (.*) app/webroot/$1 [L] &#60;/IfModule&#62;]]></description>
			<content:encoded><![CDATA[<p>&lt;IfModule mod_rewrite.c&gt;
RewriteEngine on
RewriteRule    ^manager    -    [L]
RewriteRule    ^pma    -    [L]
RewriteRule    ^fm    -    [L]
RewriteRule    ^$ app/webroot/    [L]
RewriteRule    (.*) app/webroot/$1 [L]
&lt;/IfModule&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2009/11/04/cakephp-override-htacces-to-ignore-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP &amp; Database Migration for Teams</title>
		<link>http://www.markalanevans.com/2009/05/10/cakephp-database-migration-for-teams/</link>
		<comments>http://www.markalanevans.com/2009/05/10/cakephp-database-migration-for-teams/#comments</comments>
		<pubDate>Sun, 10 May 2009 19:30:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/?p=57</guid>
		<description><![CDATA[Joes Moss @ http://developwithstyle.com. Has put together this fantastic little script that virtually acts like version control for your cakephp databases. Optimal for teams that need to be synce up: http://github.com/joelmoss/cakephp-db-migrations/tree/master]]></description>
			<content:encoded><![CDATA[<p>Joes Moss @<a href=" http://developwithstyle.com"> http://developwithstyle.com</a>.
Has put together this fantastic little script that virtually acts like version control for your cakephp databases. </p>

<p>Optimal for teams that need to be synce up:
<a href="http://github.com/joelmoss/cakephp-db-migrations/tree/master">http://github.com/joelmoss/cakephp-db-migrations/tree/master</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2009/05/10/cakephp-database-migration-for-teams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP: ACL Menu Component</title>
		<link>http://www.markalanevans.com/2009/05/07/cakephp-acl-menu-component/</link>
		<comments>http://www.markalanevans.com/2009/05/07/cakephp-acl-menu-component/#comments</comments>
		<pubDate>Thu, 07 May 2009 22:19:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/?p=49</guid>
		<description><![CDATA[Once again Mark Story saves the day: ACL Menu Component]]></description>
			<content:encoded><![CDATA[<p>Once again Mark Story saves the day: <a href="http://github.com/markstory/story-scribbles/tree/master/cakephp/components/menu">ACL Menu Component</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2009/05/07/cakephp-acl-menu-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

