dongmeijian1716 2011-09-15 05:35
浏览 52
已采纳

将数据传递给Zend_Db_Table_Rowset并返回每行的模型

I have an array that I cache, which was returned from a database model that extends zend_db_Table_abstract. I use ->toArray() on the object. When retrieving the data I would like to convert it back to that model.

I tried doing the following

$modules = new Zend_Db_Table_Rowset(array('data' => $modules, 'table' => 'modules', 'rowClass' => 'Model_Db_Module'));

now when I iterate.

foreach ($modules as $module)
    echo $module->name;

I get nothing! If I remove 'rowClass' => 'Model_Db_Module'. It returns the correct value. How can I go by returning the correct object so that i can manipulate the data if I need to? If i needed to use

 $module->name = "Cool Stuff";
 $module->save();
  • 写回答

1条回答 默认 最新

  • dongpang2483 2011-09-16 14:55
    关注

    I decided to just cache the object and call ->setTable() when retrieving cache data.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探