Accueil > Recherche avancée

Recherche avancée
Sur d’autres sites (165)
-
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, (...)
-
#EDIT
#EDITxxx, when used in the class of an element surrounding a #XXX tag, is used to make that tag editable using the crayons plugin (refer to the documentation on spip-contrib) - Tags / #EDIT, SPIP 1.9.2
-
#HTTP_HEADER
The #HTTP_HEADERargument tag (since SPIP 1.9) is used to modify the HTTP header for the page generated by SPIP. Remarks : #HTTP_HEADER can not be preceded by any character or blank space. #HTTP_HEADER must not be preceded by any other HTML code. Example : #HTTP_HEADER... ... not good ! (...) - (...)