Accueil > Recherche avancée
Recherche avancée
Médias (1)
-
Démo du plugin Légendes
6 décembre 2010, par
Mis à jour : Février 2012
Langue : français
Type : Video
Sur d’autres sites (167)
-
#CHEMIN
14 août 2010, par Mark — TagsSince SPIP 1.9, the #CHEMINfile.ext tag returns the complete file path to file.ext, which may be located in the squelettes/ directory, in the folder of a plugin, at the site root, in squelettes-dist/ etc. #CHEMIN checks completely throughout the "spip_path" in a specific order (see below) until (...)
-
#DESCRIPTIF_SITE_SPIP
11 août 2010, par Mark — Tags#DESCRIPTIF_SITE_SPIP (since SPIP 1.9) displays the description of the site such as it was entered on the site’s general configuration page in the private zone. - Tags
-
Les unions entre taules
25 juillet 2010, par merce — Alguns exemples de bucles, Niveau: moyen, BOUCLE(ARTICLES), BOUCLE(MOTS), SPIP 2.0Exemples de bucles que produeixen una combinació múltiple entre 3 taules [spip 2.0.9] Volem, en un bucle, recuperar les informacions d’articles d’una (o diverses) secció a la que se li assigna una paraula clau (que nosaltres coneixem). crearà la petició sql següent : SELECT articles.id_rubrique, (...)