<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 06:32:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Sanisoft Blog: Using CakePHP without a database]]></title>
      <guid>http://www.phpdeveloper.org/news/10881</guid>
      <link>http://www.phpdeveloper.org/news/10881</link>
      <description><![CDATA[<p>
On the Sanisoft blog today <i>Tarique Sani</i> has <a href="http://www.sanisoft.com/blog/2008/08/22/using-cakephp-without-a-database/">posted about</a> a method for using the CakePHP framework without a database to back it up.
</p>
<blockquote>
We recently programmed a CakePHP app which relies solely on remote server talking <a href="http://salesforce.com/">Saleforce</a> API for all data operations. The first challenge that we faced was how to prevent CakePHP from insisting on a database connection. The solution was simple enough and I never gave it much thought till the same question was brought up by more than one person on the CakePHP list. The solution involves creating a minimal dbo source file.
</blockquote>
<p>
It's a simple three step process to follow - making the dbo source file, set it up as the default driver and tell CakePHP to $useTable = false.
</p>]]></description>
      <pubDate>Fri, 22 Aug 2008 10:29:28 -0500</pubDate>
    </item>
  </channel>
</rss>
