Пример #1
0
 static function getFromTag($tag)
 {
     $o = new FSLData();
     return $o->retrieve_one("tag=?", $tag);
 }