示例#1
0
</th>
                    <th><?php 
                echo __('Reason');
                ?>
</th>
                    <th><?php 
                echo __('Disciplinary sanction type');
                ?>
</th>
                    <th><?php 
                echo __('Total');
                ?>
</th>
                  </tr>
                  <?php 
                foreach (StudentDisciplinarySanctionPeer::retrieveStudentDisciplinarySanctionsForPeriod($student, $division->getSchoolYear(), $period) as $student_disciplinary_sanction) {
                    ?>

                    <tr>
                      <td><?php 
                    echo $student_disciplinary_sanction->getFormattedRequestDate();
                    ?>
</td>
                      <td><?php 
                    echo $student_disciplinary_sanction->getDisciplinarySanctionType();
                    ?>
</td>
                      <td><?php 
                    echo $student_disciplinary_sanction->getSanctionType();
                    ?>
</td>