芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/airport-back/vendor/yiisoft/yii2-gii/src/generators/module/default/controller.php
namespace = $generator->getControllerNamespace() ?>; use yii\web\Controller; /** * Default controller for the `= $generator->moduleID ?>` module */ class DefaultController extends Controller { /** * Renders the index view for the module * @return string */ public function actionIndex() { return $this->render('index'); } }