dongraa1986 2012-09-20 14:12
浏览 34

PHP PDO包装器更新+1

As stated in the title, how do I update the field by adding +1?

I'm using a PDO wrapper class from http://www.imavex.com/php-pdo-wrapper-class/index.php

I tried the code below and it's not updating the field:

1. $update = array('log' => 'log+1');
2. $update = array('log' => '+1');

$DB->update('user', $update, "idClient = 1");

Please help!

  • 写回答

2条回答 默认 最新

  • doutiaoku4495 2012-09-20 14:17
    关注

    This is the query you are ultimately shooting for:

    "UPDATE user SET log = log + 1 WHERE idClient = 1";
    

    With that PDO syntax, I am assuming it would look something like:

    $update = array('log' => 'log +1');
    $DB->update('user', $update, 'idClient = 1');
    

    Edit:

    The errors need to be logged, check this out: https://stackoverflow.com/a/2413308/185672

    评论

报告相同问题?

悬赏问题

  • ¥15 matlab中使用gurobi时报错
  • ¥15 WPF 大屏看板表格背景图片设置
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂