예제 #1
0
 public function getGrade()
 {
     return Lineage::getItemGrade($this->crystal_type);
 }
예제 #2
0
파일: view.php 프로젝트: mmorpg2015/ghtweb5
            continue;
        }
        ?>
                <tr class="<?php 
        echo $i++ % 2 == 0 ? 'odd' : 'even';
        ?>
">
                    <td><?php 
        echo Lineage::getItemIcon($item['icon'], $item['description']);
        ?>
</td>
                    <td><?php 
        echo e($item['name']);
        ?>
 <?php 
        echo Lineage::getItemGrade($item['crystal_type']);
        ?>
</td>
                    <td><?php 
        echo number_format($item['count'], 0, '', '.');
        ?>
</td>
                    <td><?php 
        echo $item['enchant_level'];
        ?>
</td>
                </tr>
            <?php 
    }
    ?>
        <?php