Accueil > Recherche avancée

Recherche avancée
Sur d’autres sites (165)
-
Why write a plugin ?
18 août 2010, par Mark — The development of SPIP and its toolsModifying SPIP to your own needs prior to 1.9 The templates, tags, loops and filters SPIP can be customised in many different ways. The primary requirements for customisation are quickly dealt with by using templates, which are basically HTML files supplemented with SPIP code, and which are (...)
-
Joins between tables
17 août 2010, par Mark — A few examples of loopsSome examples of loops that generate multiple joins between 3 tables [spip 2.0.9] We would like, in a single loop, to retrieve the data from some articles from one (or several) sections to which a predetermined keyword has been assigned. will generate the following SQL query : SELECT (...)
-
|form_hidden
16 août 2010, par Mark — FiltersSPIP 1.9 If we create a form which has its operational action as a link that takes arguments (for example, when you use the #SELF tag with the default type of URL), then we must submit those values in hidden fields ; this function evaluates the form and calculates the fields in question in such (...)