Dynamic tags
Articles
The balise_NAME_dyn() function
This function is used to execute the processes to be performed when a form has been submitted. The function may return a character string (which (…)
Dynamic tags
Dynamic tag are tags which are recalculated every time that the page is displayed, as opposed to static tags which are calculated only when the (…)
The balise_NAME_dist function
The first function for a dynamic tag is the same function used for static tags, that is, a function with that tag’s actual name: (…)
The balise_NAME_stat() function
If it exists, the balise_NAME_stat() function will make it possible to calculate the arguments to be passed to the following (_dyn()) function. In (…)
Retrieving the object and id_object
This article will show how to retrieve the type (object) and identifier of a loop, so that they can be used in the calculations of a tag.
Static (…)