示例#1
0
文件: Story.php 项目: syungkeaw/m
 public function getScenes()
 {
     return $this->hasMany(Scene::className(), ['story_id' => 'id']);
 }