reviews

setDebug(true); /* * The paginate() function returns a mysql result set * or false if no rows are returned by the query */ $rs = $pager->paginate(); if(!$rs) die(mysql_error()); while($row = mysql_fetch_row($rs)) { $al = new album($album_id, $name, $year, $label_id, $tracklist, $credits, $compilation, $foto, $pendiente, $format, $info, $artist_id, $genre_id); $al->showAlbum($row[2],$sLang); $ar = new artist($artist_id, $name, $surname, $bandmembers, $country_id, $birth_year, $birth_date, $death_year, $death_date, $foto,$pendiente, $maingenre_id,$logo,$web,$autodate,$comment); $ar->showArtist($al->artist_id,$sLang); $us = new authors($author_id, $geheim, $pass, $nick, $name, $surname, $address, $city, $postal_code, $country_id, $area, $genre_id, $info, $birth_date, $phone, $fax, $e_mail, $web, $activo, $tipo, $privacy, $visible, $icon, $signature); $us->getUserInfo2($row[3]); if ($us->activo=="S" && $us->visible=="S") { if ($re->date=="01-01-1995") { $fecha = "archive"; } else { $fecha = $row[5]; } print ""; print ""; print ""; print ""; print ""; } } ?>
".$fecha."".$ar->name." ".$ar->surname."".$al->name."".$us->geheim."
"; echo $pager->renderFullNav(); print "

"; ?>
top