<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Random Tough of cakephp</title>
	<atom:link href="http://pieceofcakephp.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pieceofcakephp.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 09 Jan 2007 05:14:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='pieceofcakephp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/bb10b4358ab3076cc5219df12bd91423?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Random Tough of cakephp</title>
		<link>http://pieceofcakephp.wordpress.com</link>
	</image>
			<item>
		<title>Cake engine Outside WebRoot</title>
		<link>http://pieceofcakephp.wordpress.com/2007/01/08/cake-engine-outside-webroot/</link>
		<comments>http://pieceofcakephp.wordpress.com/2007/01/08/cake-engine-outside-webroot/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 16:21:52 +0000</pubDate>
		<dc:creator>wharsojo</dc:creator>
				<category><![CDATA[n00b]]></category>

		<guid isPermaLink="false">http://pieceofcakephp.wordpress.com/2007/01/08/cake-engine-outside-webroot/</guid>
		<description><![CDATA[
&#60;?
/**
 * This only needs to be changed if the cake installed libs are located
 * outside of the distributed directory structure.
 */
        if (!defined('CAKE_CORE_INCLUDE_PATH')) {
                define('CAKE_CORE_INCLUDE_PATH', ROOT.DS.'..'.DS.'cake1.2');
      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=19&subd=pieceofcakephp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><pre>
<font color="#6a5acd">&lt;?</font>
<font color="#0000ff">/**</font>
<font color="#0000ff"> * This only needs to be changed if the cake installed libs are located</font>
<font color="#0000ff"> * outside of the distributed directory structure.</font>
<font color="#0000ff"> */</font>
        <font color="#804040"><b>if</b></font> <font color="#6a5acd">(</font><font color="#804040"><b>!</b></font><font color="#008080">defined</font><font color="#6a5acd">(</font>'<font color="#ff00ff">CAKE_CORE_INCLUDE_PATH</font>'<font color="#6a5acd">))</font> <font color="#6a5acd">{</font>
                <font color="#008080">define</font><font color="#6a5acd">(</font>'<font color="#ff00ff">CAKE_CORE_INCLUDE_PATH</font>', ROOT<font color="#804040"><b>.</b></font>DS<font color="#804040"><b>.</b></font>'<font color="#ff00ff">..</font>'<font color="#804040"><b>.</b></font>DS<font color="#804040"><b>.</b></font>'<font color="#ff00ff">cake1.2</font>'<font color="#6a5acd">)</font>;
        <font color="#6a5acd">}</font>
<font color="#6a5acd">?&gt;</font>
</pre>
</blockquote>
<p>This file locate in (cake folder distribution) <strong>./app/webroot/index.php</strong>, and the logic of this configuration was to find the cake engine below root of the webfolder, in other words your cake engine not visible from the outside-word / no direct testing phpscript.</p>
<p>Lets see on the example (I am using XAMPP).<br />
I Install XAMPP on folder <strong>/xampp</strong>, with the root of webfolder <strong>/xamp/htdocs</strong>, so if I am using configuration above, I must install cake engine on <strong>/xampp/cake1.2</strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pieceofcakephp.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pieceofcakephp.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pieceofcakephp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pieceofcakephp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pieceofcakephp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pieceofcakephp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pieceofcakephp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pieceofcakephp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pieceofcakephp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pieceofcakephp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pieceofcakephp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pieceofcakephp.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=19&subd=pieceofcakephp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pieceofcakephp.wordpress.com/2007/01/08/cake-engine-outside-webroot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33f984e97cc0359a45fb0a931f155de6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wharsojo</media:title>
		</media:content>
	</item>
		<item>
		<title>Include &#8211; Require &#8211; call &#8211; cakephp module / file</title>
		<link>http://pieceofcakephp.wordpress.com/2006/12/29/include-require-call-cakephp-module-file/</link>
		<comments>http://pieceofcakephp.wordpress.com/2006/12/29/include-require-call-cakephp-module-file/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 00:16:06 +0000</pubDate>
		<dc:creator>wharsojo</dc:creator>
				<category><![CDATA[diagram]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://pieceofcakephp.wordpress.com/2006/12/29/include-require-call-cakephp-module-file/</guid>
		<description><![CDATA[This is the flow when I call action in cakephp, and it use 1 table.

With Table
app\webroot\index.php – New Dispatcher -&#62; dispatch(url)
&#8211;cake\bootstrap.php
&#8212;-cake\basics.php
&#8212;-app\config\core.php
&#8212;-cake\config\paths.php
&#8212;-cake\libs\object.php
&#8212;-cake\libs\session.php
&#8212;-cake\libs\security.php
&#8212;-cake\libs\inflector.php
&#8212;-cake\libs\configure.php
&#8212;&#8212;app\config\bootstrap.php
&#8212;-cake\dispatcher.php
&#8212;&#8212;cake\libs\router.php
&#8212;&#8212;&#8211;cake\libs\overloadable.php
&#8212;&#8212;&#8212;-cake\libs\overloadable_php4.php
&#8212;&#8212;cake\libs\controller\controller.php
&#8212;&#8212;&#8211;cake\libs\controller\component.php
&#8212;&#8212;&#8211;cake\libs\view\view.php
&#8212;&#8212;&#8212;-cake\libs\view\helper.php
&#8212;&#8212;&#8212;-cake\libs\class_registry.php
&#8212;&#8212;app\config\routes.php – parseParams() &#8211; dispatch()
&#8212;&#8212;cake\app_controller.php – loadController() &#8211; dispatch()
&#8212;&#8212;app\controllers\pages_controller.php – loadController() &#8211; dispatch()
&#8212;&#8212;app\config\inflections.php &#8211; __initPluralRules() &#8211; pluralize() &#8211; inflector() &#8211; dispatch()
&#8212;&#8212;cake\libs\controller\components\session.php &#8211; &#8230; &#8211; dispatch()
&#8212;&#8212;cake\libs\model\model.php – loadmodel() &#8211; loadPluginModel() &#8211; dispatch()
&#8212;&#8212;&#8211;cake\libs\validators.php
&#8212;&#8212;&#8211;cake\libs\model\behavior.php
&#8212;&#8212;&#8211;cake\libs\model\connection_manager.php
&#8212;&#8212;&#8212;-cake\libs\model\datasources\datasource.php
&#8212;&#8212;&#8212;-app\config\database.php – config() -&#62; basics.php
&#8212;&#8212;&#8211;cake\libs\set.php
&#8212;&#8212;cake\app_model.php [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=18&subd=pieceofcakephp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is the flow when I call action in cakephp, and it use 1 table.</p>
<blockquote><p>
With Table<br />
app\webroot\index.php – New Dispatcher -&gt; dispatch(url)<br />
&#8211;cake\bootstrap.php<br />
&#8212;-cake\basics.php<br />
&#8212;-app\config\core.php<br />
&#8212;-cake\config\paths.php<br />
&#8212;-cake\libs\object.php<br />
&#8212;-cake\libs\session.php<br />
&#8212;-cake\libs\security.php<br />
&#8212;-cake\libs\inflector.php<br />
&#8212;-cake\libs\configure.php<br />
&#8212;&#8212;app\config\bootstrap.php<br />
&#8212;-cake\dispatcher.php<br />
&#8212;&#8212;cake\libs\router.php<br />
&#8212;&#8212;&#8211;cake\libs\overloadable.php<br />
&#8212;&#8212;&#8212;-cake\libs\overloadable_php4.php<br />
&#8212;&#8212;cake\libs\controller\controller.php<br />
&#8212;&#8212;&#8211;cake\libs\controller\component.php<br />
&#8212;&#8212;&#8211;cake\libs\view\view.php<br />
&#8212;&#8212;&#8212;-cake\libs\view\helper.php<br />
&#8212;&#8212;&#8212;-cake\libs\class_registry.php<br />
&#8212;&#8212;app\config\routes.php – parseParams() &#8211; dispatch()<br />
&#8212;&#8212;cake\app_controller.php – loadController() &#8211; dispatch()<br />
&#8212;&#8212;app\controllers\pages_controller.php – loadController() &#8211; dispatch()<br />
&#8212;&#8212;app\config\inflections.php &#8211; __initPluralRules() &#8211; pluralize() &#8211; inflector() &#8211; dispatch()<br />
&#8212;&#8212;cake\libs\controller\components\session.php &#8211; &#8230; &#8211; dispatch()<br />
&#8212;&#8212;cake\libs\model\model.php – loadmodel() &#8211; loadPluginModel() &#8211; dispatch()<br />
&#8212;&#8212;&#8211;cake\libs\validators.php<br />
&#8212;&#8212;&#8211;cake\libs\model\behavior.php<br />
&#8212;&#8212;&#8211;cake\libs\model\connection_manager.php<br />
&#8212;&#8212;&#8212;-cake\libs\model\datasources\datasource.php<br />
&#8212;&#8212;&#8212;-app\config\database.php – config() -&gt; basics.php<br />
&#8212;&#8212;&#8211;cake\libs\set.php<br />
&#8212;&#8212;cake\app_model.php – loadmodel() &#8211; $controller-&gt;constructClasses() &#8211; dispatch()<br />
&#8212;&#8212;app\models\category.php – loadmodel() &#8211; $controller-&gt;constructClasses() &#8211; dispatch()<br />
&#8212;&#8212;&#8211;cake\libs\model\datasources\dbo_source.php – setSource() &#8211; __construct() -&gt; model.php<br />
&#8212;&#8212;&#8211;cake\libs\model\datasources\dbo\dbo_mysql.php – setSource() &#8211; __construct() -&gt; model.php<br />
&#8212;&#8212;cake\app_helper.php<br />
&#8212;&#8212;cake\libs\view\helpers\html.php<br />
&#8212;&#8212;cake\libs\view\helpers\session.php<br />
&#8212;&#8212;app\views\pages\display.thtml</p>
<p>&#8211;dispatch()<br />
&#8212;-$controller-&gt;_initcomponents()<br />
&#8212;-$controller-&gt;constructClasses()</p>
</blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pieceofcakephp.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pieceofcakephp.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pieceofcakephp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pieceofcakephp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pieceofcakephp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pieceofcakephp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pieceofcakephp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pieceofcakephp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pieceofcakephp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pieceofcakephp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pieceofcakephp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pieceofcakephp.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=18&subd=pieceofcakephp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pieceofcakephp.wordpress.com/2006/12/29/include-require-call-cakephp-module-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33f984e97cc0359a45fb0a931f155de6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wharsojo</media:title>
		</media:content>
	</item>
		<item>
		<title>cakephp svn repository Tortoise</title>
		<link>http://pieceofcakephp.wordpress.com/2006/12/18/cakephp-svn-repository-tortoise/</link>
		<comments>http://pieceofcakephp.wordpress.com/2006/12/18/cakephp-svn-repository-tortoise/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 05:03:00 +0000</pubDate>
		<dc:creator>wharsojo</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://pieceofcakephp.wordpress.com/2006/12/18/cakephp-svn-repository-tortoise/</guid>
		<description><![CDATA[for version 1.2
https://svn.cakephp.org/repo/branches/1.2.x.x
for version 1.1
https://svn.cakephp.org/repo/trunk/cake/1.x.x.x
for version 2.x
https://svn.cakephp.org/repo/branches/2.x.x.x
**need developer password**
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=17&subd=pieceofcakephp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>for version 1.2</strong><br />
https://svn.cakephp.org/repo/branches/1.2.x.x</p>
<p><strong>for version 1.1</strong><br />
https://svn.cakephp.org/repo/trunk/cake/1.x.x.x</p>
<p><strong>for version 2.x</strong><br />
https://svn.cakephp.org/repo/branches/2.x.x.x<br />
**need developer password**</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pieceofcakephp.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pieceofcakephp.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pieceofcakephp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pieceofcakephp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pieceofcakephp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pieceofcakephp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pieceofcakephp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pieceofcakephp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pieceofcakephp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pieceofcakephp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pieceofcakephp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pieceofcakephp.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=17&subd=pieceofcakephp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pieceofcakephp.wordpress.com/2006/12/18/cakephp-svn-repository-tortoise/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33f984e97cc0359a45fb0a931f155de6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wharsojo</media:title>
		</media:content>
	</item>
		<item>
		<title>piece of cakephp diagram: routing, load and flow of cakephp code</title>
		<link>http://pieceofcakephp.wordpress.com/2006/11/12/piece-of-cakephp-diagram-routing-load-and-flow-of-cakephp-code/</link>
		<comments>http://pieceofcakephp.wordpress.com/2006/11/12/piece-of-cakephp-diagram-routing-load-and-flow-of-cakephp-code/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 21:16:35 +0000</pubDate>
		<dc:creator>wharsojo</dc:creator>
				<category><![CDATA[diagram]]></category>

		<guid isPermaLink="false">http://pieceofcakephp.wordpress.com/2006/11/12/piece-of-cakephp-diagram-routing-load-and-flow-of-cakephp-code/</guid>
		<description><![CDATA[Some time is hard to understand how the framework work by reading the source of code, to be little bit understand, I draw this picture using mind mapper.


Just got today, link from cakephp-google-groups  &#8211; &#8220;Cake PHP Vs Prado Vs Symfony&#8221;. I extract Nate Presentation.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=12&subd=pieceofcakephp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some time is hard to understand how the framework work by reading the source of code, to be little bit understand, I draw this picture using mind mapper.</p>
<p><a href='http://pieceofcakephp.files.wordpress.com/2006/11/pieceofcakephp.png' title='routing, load and flow of cakephp code'><img src='http://pieceofcakephp.files.wordpress.com/2006/11/pieceofcakephp.png' alt='routing, load and flow of cakephp code' /></a></p>
<p><span id="more-12"></span></p>
<p>Just got today, link from <a href="http://groups-beta.google.com/group/cake-php/browse_thread/thread/1820ed4458d58fd7">cakephp-google-groups  &#8211; &#8220;Cake PHP Vs Prado Vs Symfony&#8221;</a>. I extract <a href="http://cake.insertdesignhere.com/files/nyphp_presentation.pdf">Nate Presentation</a>.<br />
<a href='http://pieceofcakephp.files.wordpress.com/2006/11/routing_logical_view.png' title='routing, load and flow of cakephp code'><img src='http://pieceofcakephp.files.wordpress.com/2006/11/routing_logical_view.png' alt='routing, load and flow of cakephp code' /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pieceofcakephp.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pieceofcakephp.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pieceofcakephp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pieceofcakephp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pieceofcakephp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pieceofcakephp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pieceofcakephp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pieceofcakephp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pieceofcakephp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pieceofcakephp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pieceofcakephp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pieceofcakephp.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=12&subd=pieceofcakephp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pieceofcakephp.wordpress.com/2006/11/12/piece-of-cakephp-diagram-routing-load-and-flow-of-cakephp-code/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33f984e97cc0359a45fb0a931f155de6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wharsojo</media:title>
		</media:content>

		<media:content url="http://pieceofcakephp.files.wordpress.com/2006/11/pieceofcakephp.png" medium="image">
			<media:title type="html">routing, load and flow of cakephp code</media:title>
		</media:content>

		<media:content url="http://pieceofcakephp.files.wordpress.com/2006/11/routing_logical_view.png" medium="image">
			<media:title type="html">routing, load and flow of cakephp code</media:title>
		</media:content>
	</item>
		<item>
		<title>CakePHP Development on Windows (XAMPP WAMP ?WIMP?)</title>
		<link>http://pieceofcakephp.wordpress.com/2006/11/08/cakephp-development-on-windows-xampp-wamp-wimp/</link>
		<comments>http://pieceofcakephp.wordpress.com/2006/11/08/cakephp-development-on-windows-xampp-wamp-wimp/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 08:43:25 +0000</pubDate>
		<dc:creator>wharsojo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://pieceofcakephp.wordpress.com/2006/11/08/cakephp-development-on-windows-xampp-wamp-wimp/</guid>
		<description><![CDATA[My Development is on windows, I use Apache, two distributions that I like are XAMPP and WAMP, to get full comparison you can go to &#8220;Comparison of WAMPs&#8221; from WikiPedia

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=10&subd=pieceofcakephp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My Development is on windows, I use Apache, two distributions that I like are <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a> and <a href="http://www.en.wampserver.com/">WAMP</a>, to get full comparison you can go to <a href="http://en.wikipedia.org/wiki/Comparison_of_WAMPs">&#8220;Comparison of WAMPs&#8221; from WikiPedia</a><br />
<a href='http://pieceofcakephp.files.wordpress.com/2006/11/wampcomparison.jpg' title='WAMP Comparison from WikiPedia'><img src='http://pieceofcakephp.files.wordpress.com/2006/11/wampcomparison.jpg' alt='WAMP Comparison from WikiPedia' /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pieceofcakephp.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pieceofcakephp.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pieceofcakephp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pieceofcakephp.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pieceofcakephp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pieceofcakephp.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pieceofcakephp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pieceofcakephp.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pieceofcakephp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pieceofcakephp.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pieceofcakephp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pieceofcakephp.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=10&subd=pieceofcakephp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pieceofcakephp.wordpress.com/2006/11/08/cakephp-development-on-windows-xampp-wamp-wimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33f984e97cc0359a45fb0a931f155de6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wharsojo</media:title>
		</media:content>

		<media:content url="http://pieceofcakephp.files.wordpress.com/2006/11/wampcomparison.jpg" medium="image">
			<media:title type="html">WAMP Comparison from WikiPedia</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP-eClipse Setup Syntax Highlight for file.thtml</title>
		<link>http://pieceofcakephp.wordpress.com/2006/11/08/php-eclipse-setup-syntax-highlight-for-filethtml/</link>
		<comments>http://pieceofcakephp.wordpress.com/2006/11/08/php-eclipse-setup-syntax-highlight-for-filethtml/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 08:05:05 +0000</pubDate>
		<dc:creator>wharsojo</dc:creator>
				<category><![CDATA[eClipse]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://pieceofcakephp.wordpress.com/2006/11/08/php-eclipse-setup-syntax-highlight-for-filethtml/</guid>
		<description><![CDATA[This is how I set configuration on PHP-Eclipse to know file.thtml.
first open menu in eclipse as you see in this picture below ( Window -&#62; Preferences ),

after that you see on the TREE MENU click on &#8220;Content Types&#8221; and on the Right-Top, click &#8220;PHP Source File&#8221;, see the Right-Box Below and Add &#8220;File Associations&#8221; for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=7&subd=pieceofcakephp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is how I set configuration on <a href="http://www.phpeclipse.de/tiki-view_articles.php">PHP-Eclipse</a> to know file.thtml.<br />
first open menu in eclipse as you see in this picture below ( Window -&gt; Preferences ),<br />
<a href='http://pieceofcakephp.files.wordpress.com/2006/11/eclipsewindowmenu.jpg' title='eClipseWindowMenu'><img src='http://pieceofcakephp.files.wordpress.com/2006/11/eclipsewindowmenu.jpg' alt='eClipseWindowMenu' /></a><span id="more-7"></span></p>
<p>after that you see on the TREE MENU click on &#8220;Content Types&#8221; and on the Right-Top, click &#8220;PHP Source File&#8221;, see the Right-Box Below and Add &#8220;File Associations&#8221; for &#8220;*.thtml&#8221;<br />
<a href='http://pieceofcakephp.files.wordpress.com/2006/11/contenttypes.jpg' title='eClipseWindowMenuContentType'><img src='http://pieceofcakephp.files.wordpress.com/2006/11/contenttypes.jpg' alt='eClipseWindowMenuContentType' /></a></p>
<p>on the TREE MENU click on &#8220;Editor &#8211; File Associations&#8221;  add File Types:*.thtml and set Associated Editor to &#8220;PHP Editor&#8221;.<br />
<a href='http://pieceofcakephp.files.wordpress.com/2006/11/fileassociations.jpg' title='eClipseWindowMenuFileAssociations'><img src='http://pieceofcakephp.files.wordpress.com/2006/11/fileassociations.jpg' alt='eClipseWindowMenuFileAssociations' /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pieceofcakephp.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pieceofcakephp.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pieceofcakephp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pieceofcakephp.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pieceofcakephp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pieceofcakephp.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pieceofcakephp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pieceofcakephp.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pieceofcakephp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pieceofcakephp.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pieceofcakephp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pieceofcakephp.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=7&subd=pieceofcakephp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pieceofcakephp.wordpress.com/2006/11/08/php-eclipse-setup-syntax-highlight-for-filethtml/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33f984e97cc0359a45fb0a931f155de6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wharsojo</media:title>
		</media:content>

		<media:content url="http://pieceofcakephp.files.wordpress.com/2006/11/eclipsewindowmenu.jpg" medium="image">
			<media:title type="html">eClipseWindowMenu</media:title>
		</media:content>

		<media:content url="http://pieceofcakephp.files.wordpress.com/2006/11/contenttypes.jpg" medium="image">
			<media:title type="html">eClipseWindowMenuContentType</media:title>
		</media:content>

		<media:content url="http://pieceofcakephp.files.wordpress.com/2006/11/fileassociations.jpg" medium="image">
			<media:title type="html">eClipseWindowMenuFileAssociations</media:title>
		</media:content>
	</item>
		<item>
		<title>It&#8217;s Time to note my joy writing cakephp</title>
		<link>http://pieceofcakephp.wordpress.com/2006/11/08/its-time-to-note-my-joy-writing-cakephp/</link>
		<comments>http://pieceofcakephp.wordpress.com/2006/11/08/its-time-to-note-my-joy-writing-cakephp/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 05:03:41 +0000</pubDate>
		<dc:creator>wharsojo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://pieceofcakephp.wordpress.com/2006/11/08/its-time-to-note-my-joy-writing-cakephp/</guid>
		<description><![CDATA[November 3, 2006 I began search and study cakephp framework, and since then I gain a lot of understanding. and I think some of the understanding with this framework need to note.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=3&subd=pieceofcakephp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>November 3, 2006 I began search and study cakephp framework, and since then I gain a lot of understanding. and I think some of the understanding with this framework need to note.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pieceofcakephp.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pieceofcakephp.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pieceofcakephp.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pieceofcakephp.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pieceofcakephp.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pieceofcakephp.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pieceofcakephp.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pieceofcakephp.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pieceofcakephp.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pieceofcakephp.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pieceofcakephp.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pieceofcakephp.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=3&subd=pieceofcakephp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pieceofcakephp.wordpress.com/2006/11/08/its-time-to-note-my-joy-writing-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33f984e97cc0359a45fb0a931f155de6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wharsojo</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://pieceofcakephp.wordpress.com/2006/11/08/hello-world/</link>
		<comments>http://pieceofcakephp.wordpress.com/2006/11/08/hello-world/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 04:54:39 +0000</pubDate>
		<dc:creator>wharsojo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=1&subd=pieceofcakephp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pieceofcakephp.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pieceofcakephp.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pieceofcakephp.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pieceofcakephp.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pieceofcakephp.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pieceofcakephp.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pieceofcakephp.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pieceofcakephp.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pieceofcakephp.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pieceofcakephp.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pieceofcakephp.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pieceofcakephp.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pieceofcakephp.wordpress.com&blog=529297&post=1&subd=pieceofcakephp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pieceofcakephp.wordpress.com/2006/11/08/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33f984e97cc0359a45fb0a931f155de6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wharsojo</media:title>
		</media:content>
	</item>
	</channel>
</rss>