RoutinespecialController.php 675 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: xiaofeng
  5. * Date: 2018/7/10
  6. * Time: 上午9:44
  7. * 装修品鉴
  8. **/
  9. namespace backend\controllers;
  10. use backend\base\CommonController;
  11. use backend\base\Help;
  12. use common\models\NewsRenovationcontent;
  13. use Yii;
  14. use backend\server\UploadFile;
  15. class RoutinespecialController extends CommonController{
  16. public function actionHome()
  17. {
  18. return $this->render('home');
  19. }
  20. public function actionHomeform()
  21. {
  22. }
  23. public function actionCreate()
  24. {
  25. return $this->render('create');
  26. }
  27. public function actionCreateform()
  28. {
  29. }
  30. }