Return to Snippet

Revision: 15951
at July 21, 2009 11:16 by jpsirois


Initial Code
//### Creating a model for a table that doesn't actually exist in the database
//### From cake-php.blogspot.com at :
//### http://cake-php.blogspot.com/2006/09/21-things-you-must-know-about-cakephp.html

//Add this in the Model 
//or in the Controller if you didn't get anymodel for your controller 
var $useTable = false;

Initial URL
http://cake-php.blogspot.com/2006/09/21-things-you-must-know-about-cakephp.html

Initial Description


Initial Title
CakePHP Model or Controller without any database Table

Initial Tags
database, table, cakephp

Initial Language
PHP