没有任何数据库表的CakePHP模型或控制器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了没有任何数据库表的CakePHP模型或控制器相关的知识,希望对你有一定的参考价值。

  1. //### Creating a model for a table that doesn't actually exist in the database
  2. //### From cake-php.blogspot.com at :
  3. //### http://cake-php.blogspot.com/2006/09/21-things-you-must-know-about-cakephp.html
  4.  
  5. //Add this in the Model
  6. //or in the Controller if you didn't get anymodel for your controller
  7. var $useTable = false;

以上是关于没有任何数据库表的CakePHP模型或控制器的主要内容,如果未能解决你的问题,请参考以下文章

CakePHP将数据导入到没有模型的表中

CakePHP 2.0:从模型或其控制器访问未关联的模型?

cakePHP saveMany 不工作

CakePHP中如何获取表的字段名

CakePHP 业务逻辑层

CakePHP 1.3 关联