Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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>