<?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>Wed, 22 May 2013 20:25:30 -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>
    <item>
      <title><![CDATA[SaniSoft Blog: Code sniffs for CakePHP and then some more]]></title>
      <guid>http://www.phpdeveloper.org/news/10546</guid>
      <link>http://www.phpdeveloper.org/news/10546</link>
      <description><![CDATA[<p>
On the SaniSoft blog <i>Tarique Sani</i> has <a href="http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/">posted about</a> (and made available for download) some code sniffs for the CakePHP framework. Some problems arose with some of the naming that the framework uses, but with some "tinkering around"...
</p>
<blockquote>
[It became] apparent that I had to have my own set of Cake sniffs to manage this but a separate standard just for this seemed an over kill and the simplicity of code made it kind of fun to add more standards which I liked but were in different set of sniffs.
</blockquote>
<p>
You can grab the whole list of sniffs from <a href="http://www.sanisoft.com/downloads/cakephp_sniffs/">their downloads</a>. They implemented them as a pre-commit hook on their SVN server even so that developers could not violate the coding standards when they submit their code.
</p>]]></description>
      <pubDate>Fri, 04 Jul 2008 09:32:00 -0500</pubDate>
    </item>
  </channel>
</rss>
