<?php namespace app\manage\controller; class Studies extends Base { public function index() { return $this->fetch('index'); } }