예제 #1
0
파일: Player2.php 프로젝트: tresemece/monte
 public function load()
 {
     return Player::findFirst(parent::get_vars());
 }
예제 #2
0
 public function load()
 {
     return Noticia::find(parent::get_vars());
 }
예제 #3
0
 public function load()
 {
     $ret = Podcast::findFirst(parent::get_vars());
     return $ret;
 }
예제 #4
0
 public function load()
 {
     return Candidato::find(parent::get_vars());
 }
예제 #5
0
파일: Ptemas.php 프로젝트: tresemece/monte
 public function load()
 {
     return Portada_temas::findFirst(parent::get_vars());
 }
예제 #6
0
파일: Weather.php 프로젝트: tresemece/monte
 public function load()
 {
     return Clima::findFirst(parent::get_vars());
 }
예제 #7
0
 public function load()
 {
     return Categoria::find(parent::get_vars());
 }
예제 #8
0
 public function load()
 {
     return Socialtv::findFirst(parent::get_vars());
 }
예제 #9
0
파일: Sondeos.php 프로젝트: tresemece/monte
 public function load()
 {
     return Elecciones::findFirst(parent::get_vars());
 }