Accueil > Recherche avancée

Recherche avancée
Sur d’autres sites (165)
-
#INSERT_HEAD
#INSERT_HEAD automatically inserts the scripts and stylesheets supplied by SPIP and its plugins. The #INSERT_HEAD tag (since SPIP 1.9.1) must be included between the and tags in your template files. It enables SPIP and its extensions, as well as whatever plugins you use, to add content between (...)
-
#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 ! (...) - (...)
-
Les jointures entre tables
9 juillet 2010, par denisb — Quelques exemples de boucles, Niveau : moyen, BOUCLE(ARTICLES), BOUCLE(MOTS), SPIP 2.0exemples de boucles produisant une jointure multiple entre 3 tables [spip 2.0.9] nous voulons, en une boucle, récupérer les informations des articles d’une (ou plusieures) rubrique à laquelle est affecté un mot clef (que nous connaissons). produira la requête sql suivante : SELECT (...)