dongtu0088 2011-08-17 18:20
浏览 42
已采纳

CakePHP - 如何包含与模型无关的表单字段

Assuming I have a view in CakePHP which uses the Form Helper to create the form fields like so:

echo $this->Form->create();
echo $this->Form->input('id');
echo $this->Form->input('headline');
echo $this->Form->input('paragraph');
echo $this->Form->end(__('Submit', true));

...and assuming once the form is submitted to the controller I then do a save() to update the record...

How would I include another input field in the form that is NOT associated to the model in question and which I want to put in there to capture another piece of data that I intend to process separately in the controller action?

(To give some background: the additional field I want to add is actually an image filename. My images table is a completely separate entity, and because it therefore has no association with the model I'm save()ing, I believe I need to capture the information in an additional field on the form, then process it 'manually' in the controller action - i.e., by importing the images model and creating a new record in it based on the image upload filename I've added to the form.)

Hope that makes sense!

Thanks.

  • 写回答

1条回答 默认 最新

  • duanfen9983 2011-08-17 18:22
    关注
    echo $this->Form->input('file_image', array('type'=>'file'));
    

    Then in your controller see what is returned and use that file and upload it to your server.

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

报告相同问题?

悬赏问题

  • ¥15 单片机学习顺序问题!!
  • ¥15 ikuai客户端多拨vpn,重启总是有个别重拨不上
  • ¥20 关于#anlogic#sdram#的问题,如何解决?(关键词-performance)
  • ¥15 相敏解调 matlab
  • ¥15 求lingo代码和思路
  • ¥15 公交车和无人机协同运输
  • ¥15 stm32代码移植没反应
  • ¥15 matlab基于pde算法图像修复,为什么只能对示例图像有效
  • ¥100 连续两帧图像高速减法
  • ¥15 如何绘制动力学系统的相图