码迷,mamicode.com
首页 > 其他好文 > 详细

tp3.2 如何比较两个字段

时间:2019-11-02 11:27:56      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:好用   int   HERE   sign   code   比较   ssi   lse   ||   

使用exp

if ($_GET['owe_property'] || $_GET['owe_property'] !== NULL) {
    if ((int)$_GET['owe_property'] === 1) {
        $where['generate_property_fee'] = ['exp','> prepay_property_fee'];
    } else {
        $where['generate_property_fee'] = ['exp','<= prepay_property_fee'];
    }
    $this->assign('owe_property', (int)$_GET['owe_property']);
}

很好用!

tp3.2 如何比较两个字段

标签:好用   int   HERE   sign   code   比较   ssi   lse   ||   

原文地址:https://www.cnblogs.com/jiqing9006/p/11780913.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!