b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/applicationmba/vendor/yiisoft/yii2-gii/views/default/view/
File Upload :
Current File : E:/www/b-group.old/business/applicationmba/vendor/yiisoft/yii2-gii/views/default/view/results.php

<?php
/* @var $this yii\web\View */
/* @var $generator yii\gii\Generator */
/* @var $results string */
/* @var $hasError boolean */
?>
<div class="default-view-results">
    <?php
    if ($hasError) {
        echo '<div class="alert alert-danger">There was something wrong when generating the code. Please check the following messages.</div>';
    } else {
        echo '<div class="alert alert-success">' . $generator->successMessage() . '</div>';
    }
    ?>
    <pre><?= nl2br($results) ?></pre>
</div>

Copyright © 2019 by b0y-101