<?php namespace app\admin\controller; use app\common\controller\Backend; class Printt extends Backend { public function index(){ return $this->view->fetch(); } }