douben7493 2014-09-09 12:06
浏览 22
已采纳

Codeigniter set_value()foreach循环

I generate a form, which mostly consists of input fields that are already populated with values from the db.

So I do this currently like so:

<input id="misc" name="misc" value="<?php echo $workout['misc']; ?>" />

But when I try and do this:

<input id="misc" name="misc" value="<?php echo set_value($workout['misc']); ?>" />

along with a validation rule, the form does reload itself, the error message does display BUT the form is reset

What am I doing wrong?

  • 写回答

1条回答 默认 最新

  • doujiaoang69440 2014-09-09 12:25
    关注

    As per the manual:

    Permits you to set the value of an input form or textarea.
    You must supply the field name via the first parameter of the function.
    The second (optional) parameter allows you to set a default value for the form.
    Example:

    <input type="text" name="quantity" value="<?php echo set_value('quantity', '0'); ?>" size="50" />
    

    The above form will show "0" when loaded for the first time.


    Hence in your case:

    <input id="misc" name="misc" value="<?php echo set_value('misc', $workout['misc']); ?>" />
    

    OR

    <input id="misc" name="misc" value="<?php echo set_value('misc'); ?>" />
    


    Documentation:

    https://ellislab.com/codeigniter/user-guide/helpers/form_helper.html

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

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度