Commit dd596914 by Qiang Xue

move JsExpression to web.

parent 462f2033
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
namespace yii\helpers\base; namespace yii\helpers\base;
use yii\base\InvalidParamException; use yii\base\InvalidParamException;
use yii\helpers\JsExpression; use yii\web\JsExpression;
/** /**
* Json is a helper class providing JSON data encoding and decoding. * Json is a helper class providing JSON data encoding and decoding.
......
...@@ -9,7 +9,7 @@ namespace yii\validators; ...@@ -9,7 +9,7 @@ namespace yii\validators;
use Yii; use Yii;
use yii\helpers\Html; use yii\helpers\Html;
use yii\helpers\JsExpression; use yii\web\JsExpression;
use yii\helpers\Json; use yii\helpers\Json;
/** /**
......
...@@ -9,7 +9,7 @@ namespace yii\validators; ...@@ -9,7 +9,7 @@ namespace yii\validators;
use Yii; use Yii;
use yii\helpers\Html; use yii\helpers\Html;
use yii\helpers\JsExpression; use yii\web\JsExpression;
use yii\helpers\Json; use yii\helpers\Json;
/** /**
......
...@@ -10,7 +10,7 @@ namespace yii\validators; ...@@ -10,7 +10,7 @@ namespace yii\validators;
use Yii; use Yii;
use yii\base\InvalidConfigException; use yii\base\InvalidConfigException;
use yii\helpers\Html; use yii\helpers\Html;
use yii\helpers\JsExpression; use yii\web\JsExpression;
use yii\helpers\Json; use yii\helpers\Json;
/** /**
......
...@@ -9,7 +9,7 @@ namespace yii\validators; ...@@ -9,7 +9,7 @@ namespace yii\validators;
use Yii; use Yii;
use yii\helpers\Html; use yii\helpers\Html;
use yii\helpers\JsExpression; use yii\web\JsExpression;
use yii\helpers\Json; use yii\helpers\Json;
/** /**
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* @license http://www.yiiframework.com/license/ * @license http://www.yiiframework.com/license/
*/ */
namespace yii\helpers; namespace yii\web;
use yii\base\Object; use yii\base\Object;
......
...@@ -10,7 +10,7 @@ use yii\base\Component; ...@@ -10,7 +10,7 @@ use yii\base\Component;
use yii\db\ActiveRecord; use yii\db\ActiveRecord;
use yii\helpers\Html; use yii\helpers\Html;
use yii\base\Model; use yii\base\Model;
use yii\helpers\JsExpression; use yii\web\JsExpression;
/** /**
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
namespace yiiunit\framework\helpers; namespace yiiunit\framework\helpers;
use yii\helpers\Json; use yii\helpers\Json;
use yii\helpers\JsExpression; use yii\web\JsExpression;
class JsonTest extends \yii\test\TestCase class JsonTest extends \yii\test\TestCase
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment