On a utilise le fichier cache. Derniere modif 08/11/2009 16:11:04 cache=08/11/2009 courant=08/11/2009 17:11:00
Liste des acteurs, actrices, personnalités du cinéma et du théâtre
SQL=SELECT star.nom, star.id, star.photo, COUNT(starportrait.idportrait) AS count
FROM star, starportrait, portrait
WHERE star.id = starportrait.idstar AND portrait.id = starportrait.idportrait AND portrait.status = 0 AND (star.type='ci') GROUP BY star.id ORDER BY star.nom
CRITERIA=ci