dougang6178 2019-08-02 20:23
浏览 80

为什么(payout_method)过滤器不起作用,但是(显示)过滤器是

i bought an engine, and i added some filters and they are not working. (Payout_method) filters, are not working, but (show) filters are, idk what to do with it. I tried to write something in search string (because of get method), but it is not working to. And i have (payout_method) column.

<div class="row table-filter-container">
<div class="col-sm-12">
    <?php echo form_open($form_action, ['method' => 'GET']); ?>

    <div class="item-table-filter" style="width: 80px; min-width: 80px;">
        <label><?php echo trans("show"); ?></label>
        <select name="show" class="form-control">
            <option value="15" <?php echo ($this->input->get('show', true) == '15') ? 'selected' : ''; ?>>15</option>
            <option value="30" <?php echo ($this->input->get('show', true) == '30') ? 'selected' : ''; ?>>30</option>
            <option value="60" <?php echo ($this->input->get('show', true) == '60') ? 'selected' : ''; ?>>60</option>
            <option value="100" <?php echo ($this->input->get('show', true) == '100') ? 'selected' : ''; ?>>100</option>
        </select>
    </div>

    <div class="item-table-filter" style="width: 150px; min-width: 150px;">
        <label><?php echo trans("withdraw_method"); ?></label>
        <select name="payout_method" class="form-control">
            <option value="paypal" <?php echo ($this->input->get('payout_method', true) == 'paypal') ? 'selected' : ''; ?>>PayPal</option>
            <option value="iban" <?php echo ($this->input->get('payout_method', true) == 'iban') ? 'selected' : ''; ?>>IBAN</option>
            <option value="swift" <?php echo ($this->input->get('payout_method', true) == 'swift') ? 'selected' : ''; ?>>Swift</option>
            <option value="CreditCard" <?php echo ($this->input->get('payout_method', true) == 'CreditCard') ? 'selected' : ''; ?>>Credit Card</option>
        </select>
    </div>

    <div class="item-table-filter">
        <label><?php echo trans("search"); ?></label>
        <input name="q" class="form-control" placeholder="<?php //echo trans("user_id"); ?>" type="search" value="<?php echo html_escape($this->input->get('q', true)); ?>" <?php echo ($rtl == true) ? 'dir="rtl"' : ''; ?>>
    </div>

    <div class="item-table-filter md-top-10" style="width: 65px; min-width: 65px;">
        <label style="display: block">&nbsp;</label>
        <button type="submit" class="btn bg-purple"><?php //echo trans("filter"); ?></button>
    </div>
    <?php //echo form_close(); ?>
</div>

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 数据库数据成问号了,前台查询正常,数据库查询是?号
    • ¥15 算法使用了tf-idf,用手肘图确定k值确定不了,第四轮廓系数又太小才有0.006088746097507285,如何解决?(相关搜索:数据处理)
    • ¥15 彩灯控制电路,会的加我QQ1482956179
    • ¥200 相机拍直接转存到电脑上 立拍立穿无线局域网传
    • ¥15 (关键词-电路设计)
    • ¥15 如何解决MIPS计算是否溢出
    • ¥15 vue中我代理了iframe,iframe却走的是路由,没有显示该显示的网站,这个该如何处理
    • ¥15 操作系统相关算法中while();的含义
    • ¥15 CNVcaller安装后无法找到文件
    • ¥15 visual studio2022中文乱码无法解决