Exemplo n.º 1
0
 static function getFromTag($tag)
 {
     $station = new Station();
     return $station->retrieve_one("tag=?", $tag);
 }