Пример #1
0
 /**
  * @inheritdoc
  */
 public static function find()
 {
     $postTable = CmsTables::TABLE_PAGE;
     return parent::find()->where(["{$postTable}.type" => CmsGlobal::TYPE_PAGE]);
 }