示例#1
0
</h1>

<div class="table-responsiv">
    <table cellpadding="0" cellspacing="0" border="0" class="datatable-1 table table-bordered table-striped display">
        <thead>
        <tr>
            <th>#</th>
            <th>Question</th>
            <th>Point</th>
            <th>Category</th>
            <th>Action</th>
        </tr>
        </thead>
        <tbody>
        <?php 
foreach (QuestionCtrl::getAll() as $key => $q) {
    ?>
        <tr>
            <td style="text-align: center"><?php 
    echo $key + 1;
    ?>
</td>
            <td><?php 
    echo $q->getShortTitle();
    ?>
</td>
            <td><?php 
    echo $q->getPoint();
    ?>
</td>
            <td><?php