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 BasiceController extends Controller {
public function beforeAction($action) {
if (!parent::beforeAction($action)) {
return false;[...]