On a utilise le fichier cache. Derniere modif 21/11/2008 22:11:22 cache=22/11/2008 courant=22/11/2008 00:11:37
Liste de toutes les stars
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 GROUP BY star.id ORDER BY star.nom
CRITERIA=all