pipeline
Articles
Contextual pipelines
It is often necessary to pass contextual arguments to the pipeline on top of the data returned by the pipeline. This is possible by using a table (…)
Declaring a new pipeline
The pipeline must first be declared in a global options file like this: $GLOBALS[’spip_pipeline’][’newPipelineName’] = ’’;
The name of this (…)