示例#1
0
 public function load()
 {
     $ret = Podcast::findFirst(parent::get_vars());
     return $ret;
 }
示例#2
0
 public function load()
 {
     return Podcast::findFirst(parent::get_vars());
 }