Difference between #79 and #80 of
Yii v2 snippet guide

Revision #80 has been created by rackycz on Sep 20, 2019, 3:24:22 PM with the memo:

edit
« previous (#79) next (#81) »

Changes

Title unchanged

Yii v2 for beginners

Category unchanged

Tutorials

Yii version unchanged

2.0

Tags unchanged

tutorial,beginner,yii2

Content changed

[...]
namespace app\controllers;

use Yii;
use yii\web\Controller;

class Bas
iceController extends Controller {

public function beforeAction($action) {

if (!parent::beforeAction($action)) {
return false;
[...]
7 0
4 followers
Viewed: 258 022 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Sep 19, 2019
Last updated: 6 months ago
Update Article

Revisions

View all history