Ejemplo n.º 1
0
    </div>

    <div class="row marketing">
        <h2 class="sub-header">邀请码</h2>
        <div class="table-responsive">
            <table class="table table-striped">
                <thead>
                <tr>
                    <th>###</th>
                    <th>邀请码</th>
                    <th>状态</th>
                </tr>
                </thead>
                <tbody>
                <?php 
$datas = $c->get_code_array(0, 21);
$a = 0;
foreach ($datas as $data) {
    ?>
                <tr>
                    <td><?php 
    echo $a;
    $a++;
    ?>
</td>
                     <td><?php 
    echo $data['code'];
    ?>
</td>
                    <td>可用</td>
                </tr>