0 ){ // artista definito $artista = new Artista((int)$_GET['a']); $categoria_id = $artista->categoria_id; $cat = new CategoriaArtista($categoria_id); $artisti = new ArtistaCollection; $artisti->getByCategoriaInGalleria( $cat ); }elseif( !((int)$_GET['cid']>0) && !((int)$_GET['a']>0) ){ // nulla definito $categoria_id = 4; $cat = new CategoriaArtista($categoria_id); $artisti = new ArtistaCollection; $artisti->getByCategoriaInGalleria( $cat ); $artista = $artisti->list[0]; }elseif( ((int)$_GET['cid']>0) && !((int)$_GET['a']>0) ){ // categoria definito $categoria_id = (int)$_GET['cid']; $cat = new CategoriaArtista($categoria_id); $artisti = new ArtistaCollection; $artisti->getByCategoriaInGalleria( $cat ); $artista = isset($artisti->list[0]) ? $artisti->list[0] : new Artista; } $categorie = new CategoriaArtistaCollection; $categorie->getAll(); $opere = new OperaCollection; $opere->getByArtista( $artista ); ?> Artisti - Angel Art Gallery - Galleria d'arte contemporanea a Milano
 
home | about us | artist | exhibitions | news | link | contacts
painting | sculpture | photography | video  
nome); ?>
testo_en) ? '

No description available

' : $artista->testo_en; ?>
list as $idx=>$artista){ ?>
count == 0 ){?>

No artist in nome;?>

list as $opera ){ $testo = "Artist: {$opera->artista->nome}
Title: {$opera->titolo}
Manufacture: {$opera->lavorazione_en}
"; if( isset($opera->testo_en[1]) ) $testo .= "
" . nl2br($opera->testo_en) . "
"; $testo .= "email "; if( $opera->mostra->ha_allegato() ) $testo .= "catalogo
"; ?>
©2009 Angel Art Gallery - V.le Affori, 12 - 20161 Milano - Tel. 339 8551272 - P.I. 04851770968 - Privacy web by effige