@ -8,7 +8,7 @@
namespace yii\data;
use Yii;
use yii\ar\ActiveQueryInterface;
use yii\db\ActiveQueryInterface;
use yii\base\InvalidConfigException;
use yii\base\Model;
use yii\db\Connection;
@ -7,8 +7,6 @@
*/
namespace yii\db;
use yii\ar\ActiveQueryTrait;
/**
* ActiveQuery represents a DB query associated with an Active Record class.
@ -5,8 +5,7 @@
* @license http://www.yiiframework.com/license/
namespace yii\ar;
use yii\db\QueryInterface;
* ActiveQueryInterface defines the common interface to be implemented by active record query classes.
@ -5,9 +5,7 @@
use yii\db\ActiveRecord;
* ActiveQueryTrait implements the common methods and properties for active record query classes.
@ -8,7 +8,6 @@
use yii\ar\ActiveRelationInterface;
use yii\base\InvalidParamException;
use yii\ar\ActiveRelationTrait;
* ActiveRelation represents a relation between two Active Record classes.
@ -5,7 +5,7 @@
* ActiveRelationInterface defines the common interface to be implemented by active record relation classes.
@ -5,10 +5,9 @@
* ActiveRelationTrait implements the common methods and properties for active record relation classes.