custom-update.php 228 B

123456789101112131415
  1. <?php
  2. /**
  3. * Author: lf
  4. * Blog: https://blog.feehi.com
  5. * Email: job@feehi.com
  6. * Created at: 2018-09-16 21:19
  7. */
  8. /**
  9. * @var $model common\models\Options
  10. */
  11. ?>
  12. <?= $this->render("_form_custom", [
  13. 'model' => $model,
  14. ])?>