Exemple #1
0
                                            <td><?php 
    echo $v->uemail;
    ?>
</td>
                                            <td><?php 
    echo $v->urefcode;
    ?>
</td>
                                            <td>
                                            <?php 
    $res = '';
    $wew = $this->refferal_model->__get_transaction($v->uid);
    foreach ($wew as $k1 => $v1) {
        $res .= 'No: ' . $v1->tno . '<br />';
        $res .= 'Total: ' . __get_rupiah($v1->ttotal) . '<br />';
        $res .= 'Status: ' . __get_status_transaction($v1->tstatus, 1) . '<br /><br />';
    }
    echo $res;
    $wew = array();
    ?>
                                            </td>
                                            <td><?php 
    echo __get_status($v->ustatus, 1);
    ?>
</td>
                                          </tr>
                                          <?php 
    ++$i;
}
?>
                                        </tbody>
Exemple #2
0
    ?>
</td>
                                            <td><?php 
    echo __get_date($v->tdate, 3);
    ?>
</td>
                                            <td><?php 
    echo __get_date($v->tfrom, 1) . ' - ' . __get_date($v->tto, 1);
    ?>
</td>
                                            <td><?php 
    echo __get_rupiah($v->ttotal);
    ?>
</td>
                                            <td><?php 
    echo __get_status_transaction($v->tstatus, 1);
    ?>
</td>
                                          </tr>
                                          <?php 
    ++$i;
}
?>
                                        </tbody>
                                    </table>
                                    <div id="pgboth">
                        <div class="col-lg-2">
						<a href="<?php 
echo site_url('panel/transaction/topup');
?>
" class="btn btn-default"><span class="icon16 icomoon-icon-arrow-up-right"></span> Top Up</a>