Exemplo n.º 1
0
 public static function init($dbname)
 {
     self::$dbname = $dbname;
     self::$pubIDs = array();
     self::$platIDs = array();
 }