Beispiel #1
0
                Left"
                <?php 
    } else {
        ?>
                    Right"
                <?php 
    }
    ?>
                >
                    <h2 class="entry-title">
                        Các môn học theo khuyến nghị của nhà trường:
                    </h2>

                    <div class="entry-content">
                        <?php 
    $data = Util::suggest($department_id, $i);
    ?>

                            <?php 
    foreach ($data as $item) {
        ?>
                                   <a href="<?php 
        echo \yii\helpers\Url::to(['document/get-document-by-subject', 'id' => $item['subject_id']]);
        ?>
"> <?php 
        echo $item['subject'];
        ?>
</a><br>
                            <?php 
    }
    ?>