You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

view.php 452B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * This is the template for generating an action view file.
  4. */
  5. /* @var $this yii\web\View */
  6. /* @var $generator yii\gii\generators\controller\Generator */
  7. /* @var $action string the action ID */
  8. echo "<?php\n";
  9. ?>
  10. /* @var $this yii\web\View */
  11. <?= "?>" ?>
  12. <h1><?= $generator->getControllerID() . '/' . $action ?></h1>
  13. <p>
  14. You may change the content of this page by modifying
  15. the file <code><?= '<?=' ?> __FILE__; ?></code>.
  16. </p>