Yii v2 snippet guide

Comparing #79 with #80

Revision #80 was created by rackycz rackycz on Sep 20, 2019, 3:24:22 PM.

edit

Content

[...]
namespace app\controllers;

use Yii;
use yii\web\Controller;

class Bas
iceController extends Controller {

public function beforeAction($action) {

if (!parent::beforeAction($action)) {
return false;
[...]