<?php
namespace app/controllers;
use yii/web/Controller;
class Site extends Controller {
// ...
}It's pretty obvious that we write a controller class. And as you see we already have to type the word "controller" many times. We'd at least save one occurence of "Controller" in our files. But maybe i'm also missing something.
Opinions?

Help
This topic is locked













