Esempio n. 1
0
            </th>
            <th width="10%">
               發行日期
            </th>
            <th width="30%">
               封面網址
            </th>
            <th width="30%">
               kkbox 網址
            </th>
         </tr>
      </thead>
      <tbody>
         <?php 
$disc_god_obj = new LMDiscGod();
$disc_list = $disc_god_obj->getList('all', 0, 1000);
foreach ($disc_list as $disc_list_data) {
    $disc_obj = new LMDisc($disc_list_data['id']);
    ?>
         <tr>
            <td>
               <?php 
    echo $disc_obj->getId();
    ?>
            </td>
            <td>
               <?php 
    echo $disc_obj->title;
    ?>
            </td>
            <td>