News Feed
Jobs Feed
Sections




News Archive
Sanisoft Blog:
Using CakePHP without a database
August 22, 2008 @ 10:29:28

On the Sanisoft blog today Tarique Sani has posted about a method for using the CakePHP framework without a database to back it up.

We recently programmed a CakePHP app which relies solely on remote server talking Saleforce 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.

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.

0 comments voice your opinion now!
use cakephp framework database sanisoft dbo source


blog comments powered by Disqus

Similar Posts

Chris Shiflett\'s Blog: PHP Test Simple

Zend Developer Zone: PHP Abstract Podcast Episode 8: CodeIgnighter Overview

Arnold Daniels' Blog: An alternative way of EAV modeling

NorthClick Blog: Zend_Search (Java Lucene)

SaniSoft Blog: Bugs & enhancements for Auth component in CakePHP v1.2 - Part 1


Community Events











Don't see your event here?
Let us know!


object tool example unittest release testing interview zendframework2 code podcast composer series language community framework opinion introduction functional phpunit development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework