S
S
Sergey Pugovkin2016-10-08 00:43:13
Yii
Sergey Pugovkin, 2016-10-08 00:43:13

Class 'yii\helpers\UnsetArrayValue' not found - why?

Class 'yii\helpers\UnsetArrayValue' not found - why?

<?php

defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');

require(__DIR__ . '/../vendor/autoload.php');
require(__DIR__ . '/../vendor/yiisoft/yii2/Yii.php');

new \yii\helpers\UnsetArrayValue();

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SaturnTeam, 2016-10-08
@SaturnTeam

because there is no such class in yii

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question