custom-create.php 224 B

12345678910111213
  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. /** @var $model common\models\Options */
  9. ?>
  10. <?= $this->render("_form_custom", [
  11. 'model' => $model,
  12. ])?>