/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//### 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;
URL: http://cake-php.blogspot.com/2006/09/21-things-you-must-know-about-cakephp.html