andWhere('author_id=1'); } public function getSource() { return $this->hasOne(ArticleDb::className(), ['id' => 'id']); } public function getTags() { return $this->hasMany(TagDb::className(), ['id' => 'tag']); } public function getSnippetSource() { return $this->source->content; } }