예제 #1
0
 public function load()
 {
     $ret = Podcast::findFirst(parent::get_vars());
     return $ret;
 }
예제 #2
0
파일: Resumeh.php 프로젝트: tresemece/monte
 public function load()
 {
     return Podcast::findFirst(parent::get_vars());
 }