예제 #1
0
파일: SeoPage.php 프로젝트: aquy/yii2-seo
 public function getDescription()
 {
     return $this->hasOne(SeoMeta::className(), ['page_id' => 'id'])->where(['name' => SeoMeta::META_DESCRIPTION]);
 }