Beispiel #1
0
    ?>
)</small></th>
    </tr>
    <tr align="center" color="blue" border>
     <td>学院名称</td>
     <td>申报总人数</td>
     <td>申报总项目数</td>
     <td>总申报学分</td>
     <td>总有效学分</td>
     <td>总课程学分</td>
	</tr>
	<tr>
		<td align="center">&nbsp;东方院</td>
	<?php 
    $DFitem = $tongji->countBDFItem();
    $DFcredit = $tongji->countBDFValidCreditANDLessonCreditByOrg();
    ?>
   			<td align="center">&nbsp;<?php 
    echo $DFitem["stud_count"];
    ?>
</td>
			<td align="center">&nbsp;<?php 
    echo $DFitem["item_count"];
    ?>
</td>
			<td align="center">&nbsp;<?php 
    echo $DFitem['score_count'] == '' ? '0' : $DFitem['score_count'];
    ?>
</td>
			<td align="center">&nbsp;<?php 
    echo $DFcredit['credit'];