<?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: Using CakePHP without a database</title>
	<atom:link href="http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/</link>
	<description>sharing technology, ideas, insights!</description>
	<lastBuildDate>Sun, 21 Mar 2010 13:34:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Duff [for you Duff for me :]</title>
		<link>http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/comment-page-1/#comment-3018</link>
		<dc:creator>Duff [for you Duff for me :]</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=47#comment-3018</guid>
		<description>Just wanted to say quick &#039;Thanks&#039; :) Im setting up quick &#039;site under construction&#039; with contact form and your no-db solution was just what i was looking for !</description>
		<content:encoded><![CDATA[<p>Just wanted to say quick &#8216;Thanks&#8217; <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Im setting up quick &#8217;site under construction&#8217; with contact form and your no-db solution was just what i was looking for !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maddin</title>
		<link>http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/comment-page-1/#comment-2802</link>
		<dc:creator>Maddin</dc:creator>
		<pubDate>Thu, 16 Apr 2009 15:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=47#comment-2802</guid>
		<description>Hi,

I´m quite new to CakePHP. I got this tutorial running, but how can I set and get data to the DboFile? There are no functions for doing that, am I right?
When I try the Alternative, like Daniel mentioned, then Data gets lost. Maybe the object gets reinitialised ...
Maybe somebody has a hint, or something :), thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I´m quite new to CakePHP. I got this tutorial running, but how can I set and get data to the DboFile? There are no functions for doing that, am I right?<br />
When I try the Alternative, like Daniel mentioned, then Data gets lost. Maybe the object gets reinitialised &#8230;<br />
Maybe somebody has a hint, or something <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/comment-page-1/#comment-2693</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Thu, 12 Mar 2009 04:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=47#comment-2693</guid>
		<description>Caching just for the times when API is unavailable is tricky - we have a DB based caching for the complete app.... depends on your requirement.</description>
		<content:encoded><![CDATA[<p>Caching just for the times when API is unavailable is tricky &#8211; we have a DB based caching for the complete app&#8230;. depends on your requirement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous Coward</title>
		<link>http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/comment-page-1/#comment-2692</link>
		<dc:creator>Anonymous Coward</dc:creator>
		<pubDate>Tue, 10 Mar 2009 15:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=47#comment-2692</guid>
		<description>I&#039;ve recently built a salesforce integration as well, and what i&#039;ve run into is the API call limit - something like 1000 calls per license. 
Have you run into this issue? How have you solved it? 
I&#039;m thinking of building a caching layer into the app to avoid any downtime due to API unavailability....</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently built a salesforce integration as well, and what i&#8217;ve run into is the API call limit &#8211; something like 1000 calls per license.<br />
Have you run into this issue? How have you solved it?<br />
I&#8217;m thinking of building a caching layer into the app to avoid any downtime due to API unavailability&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Farrell</title>
		<link>http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/comment-page-1/#comment-2535</link>
		<dc:creator>Daniel Farrell</dc:creator>
		<pubDate>Thu, 11 Sep 2008 11:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=47#comment-2535</guid>
		<description>While reading this discussion I had the following idea.  What if we make a WebSource(or RestSource or whatever) that extends DataSource and provides the parts of DboSource that would be useful?  Then we could have a web/ directory next to dbo/ that holds the datasources for each api that extend WebSource.  Does that interest anyone?</description>
		<content:encoded><![CDATA[<p>While reading this discussion I had the following idea.  What if we make a WebSource(or RestSource or whatever) that extends DataSource and provides the parts of DboSource that would be useful?  Then we could have a web/ directory next to dbo/ that holds the datasources for each api that extend WebSource.  Does that interest anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Badkas</title>
		<link>http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/comment-page-1/#comment-2528</link>
		<dc:creator>Amit Badkas</dc:creator>
		<pubDate>Wed, 27 Aug 2008 05:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=47#comment-2528</guid>
		<description>@Dardo Sordi: as per MVC and cake conventions, data resources should be wrapped in models - I particularly disapprove of creating a datasource object directly in controller and using it - so $amazon-&gt;find() IMHO should ideally be $this-&gt;Amazon-&gt;find() and also this will be more flexible and extensible</description>
		<content:encoded><![CDATA[<p>@Dardo Sordi: as per MVC and cake conventions, data resources should be wrapped in models &#8211; I particularly disapprove of creating a datasource object directly in controller and using it &#8211; so $amazon-&gt;find() IMHO should ideally be $this-&gt;Amazon-&gt;find() and also this will be more flexible and extensible</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dardo Sordi</title>
		<link>http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/comment-page-1/#comment-2527</link>
		<dc:creator>Dardo Sordi</dc:creator>
		<pubDate>Tue, 26 Aug 2008 19:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=47#comment-2527</guid>
		<description>@Amit Badkas: well probably in your case it was the right choice, what I said was based in the examples I saw in the comunity: bakery&#039;s LDAP DataSource, Felix&#039;s Google Analitycs and Amazon datasources, and Youtube datasource (in GitHUB)... but we all know YMMV</description>
		<content:encoded><![CDATA[<p>@Amit Badkas: well probably in your case it was the right choice, what I said was based in the examples I saw in the comunity: bakery&#8217;s LDAP DataSource, Felix&#8217;s Google Analitycs and Amazon datasources, and Youtube datasource (in GitHUB)&#8230; but we all know YMMV</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/comment-page-1/#comment-2526</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Tue, 26 Aug 2008 14:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=47#comment-2526</guid>
		<description>Well if Amit stands by what he has written - I will agree with him - he knows more CakePHP internals than me</description>
		<content:encoded><![CDATA[<p>Well if Amit stands by what he has written &#8211; I will agree with him &#8211; he knows more CakePHP internals than me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Badkas</title>
		<link>http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/comment-page-1/#comment-2525</link>
		<dc:creator>Amit Badkas</dc:creator>
		<pubDate>Tue, 26 Aug 2008 13:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=47#comment-2525</guid>
		<description>@Dardo Sordi - a lot of functionality which is in DboSource is needed by any API based data source as well like connecting to begin with - so it makes more sense to extend DboSource even though semantically DboSource is coded more towards SQL databases - hence it was my conscious decision to use DboSource as the base class and not the more abstract DataSource</description>
		<content:encoded><![CDATA[<p>@Dardo Sordi &#8211; a lot of functionality which is in DboSource is needed by any API based data source as well like connecting to begin with &#8211; so it makes more sense to extend DboSource even though semantically DboSource is coded more towards SQL databases &#8211; hence it was my conscious decision to use DboSource as the base class and not the more abstract DataSource</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/comment-page-1/#comment-2524</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Tue, 26 Aug 2008 13:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=47#comment-2524</guid>
		<description>@Dardo Sordi - now that you mention it again, yes Daniel was write if he meant DataSource should be extended and not DboSource</description>
		<content:encoded><![CDATA[<p>@Dardo Sordi &#8211; now that you mention it again, yes Daniel was write if he meant DataSource should be extended and not DboSource</p>
]]></content:encoded>
	</item>
</channel>
</rss>
