<?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>ImproveSeo.info &#187; cakephp</title>
	<atom:link href="http://www.improveseo.info/category/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.improveseo.info</link>
	<description>(Not) Just Another SEO Blog</description>
	<lastBuildDate>Tue, 19 Jan 2010 15:50:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<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>Remember to Clean Cached Models in Cake Php</title>
		<link>http://www.improveseo.info/remember-to-clean-cached-models-in-cake-php/</link>
		<comments>http://www.improveseo.info/remember-to-clean-cached-models-in-cake-php/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 15:46:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.improveseo.info/remember-to-clean-cached-models-in-cake-php/</guid>
		<description><![CDATA[I was playing around with cake php v.12. I run the cake php blog tutorial and everything went just fine. Then I tried to create another table and add a new page. And I encountered the following message: Error: Database table test for model Test was not found. After checking and rechecking that I followed [...]]]></description>
			<content:encoded><![CDATA[<p>I was playing around with cake php v.12. I run the <a href="http://book.cakephp.org/view/219/blog" title="cake php blog tutorial">cake php blog tutorial</a> and everything went just fine. Then I tried to create another table and add a new page. And I encountered the following message: Error: Database table test for model Test was not found. After checking and rechecking that I followed the naming convention for all the files and classes I discovered that there are some files caching the database model in app\tmp\cache\models. I just delete them and everything works just fine. Just remember when you do some database changes in your schema to clean the cache.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li> -</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.improveseo.info/remember-to-clean-cached-models-in-cake-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
