SQL
#SET{req,"select COUNT(*) as total from spip_meta"}
#GET{req}
[(#TOTAL) valeurs metas dans spip_meta]
#SET{req,"select titre from spip_articles where statut='publie' ORDER BY date DESC LIMIT 1"}
#GET{req}
titre: "#TITRE"
#SET{req,"SHOW FIELDS FROM spip_articles"}
#GET{req}
- [(#VALEUR{Field})][ - (#VALEUR{Type})][ - (#VALEUR{Extra})]