<?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>Kurinchi Blogger Scribbles ... &#187; models</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/models/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>CakePHP &#8211; Bake Process</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/08/cakephp-bake-process.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/08/cakephp-bake-process.html#comments</comments>
		<pubDate>Tue, 11 Aug 2009 09:52:44 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[bake]]></category>
		<category><![CDATA[bake code]]></category>
		<category><![CDATA[bake php]]></category>
		<category><![CDATA[baking php]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[Fatal error: Class 'I18n' not found line 629]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[simpletest]]></category>
		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=617</guid>
		<description><![CDATA[CakePHP Steps involved in Baking Scripts: i) Setup cakephp by ensuring that there is no warning message in the index page after initial installation. (for this you need to change salt value in /app/config/core.php, enable /app/config/database.php) ii) Create a database and a user for the database. After this apply the database configuration parameters to /app/config/database.php [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>CakePHP Steps involved in Baking Scripts:</em></strong></p>
<p>i) Setup cakephp by ensuring that there is no warning message in the index page after initial installation. (for this you need to change salt value in<strong> /app/config/core.php</strong>, enable<strong> /app/config/database.php</strong>)</p>
<p>ii) Create a database and a user for the database. After this apply the database configuration parameters to /app/config/database.php</p>
<p>If you are running the bake for the first time, it will ask you to create database configuration for the first time.</p>
<p>iii) Ensure that the path or the environment variable is set with access to PHP, MySQL executables</p>
<p><strong>c:/&gt; PATH or $ echo $PATH</strong><br />
<span id="more-617"></span></p>
<p>Go to the directory where you have unzipped the cake php location on the server</p>
<p><strong>c:\&gt; cd web\cake\console</strong></p>
<p><strong>c:\web\cake\console&gt; cake bake</strong></p>
<p>This will ask you the location where the application needs to be baked and the database configuration settings. If you set the verbose mode, it will ask you to create</p>
<p>If you want to get a menu based display to bake Controller, Views, Models, Database configuration you need to go to the &#8220;app&#8221; folder from where you need to give the bake command.</p>
<p>Note: You can add <strong>c:\web\cake\console</strong> to the PATH environment variable to reduce your typing</p>
<p>Or else, you need to issue the command</p>
<p><strong>c:\web\app&gt; c:\web\cake\console\cake bake</strong><br />
inorder for you to start baking.</p>
<p>Some times you may get into fatal errors when you do a cake bake especially with the development version. Do not panic. Just download the stable version to try out the bake functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/08/cakephp-bake-process.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

