示例#1
0
<?php

include 'header.php';
include 'Bios.class.php';
$bios = new Bios();
$count = $bios->getGenreCount();
for ($i = 1; $i < $count + 1; $i++) {
    echo $bios->getGenreBox($i);
}
//include '../footer.php';