Skip to content

Instantly share code, notes, and snippets.

@phenix-factory
Created January 29, 2014 17:14
Show Gist options
  • Save phenix-factory/8692499 to your computer and use it in GitHub Desktop.
Save phenix-factory/8692499 to your computer and use it in GitHub Desktop.
SPIP: Générer les saisies correspondantes à des champs extras sur un objet Spip
[(#REM) Récupérer le tableau des champs ]
[(#SET{les_champs,#CONFIG{champs_extras_spip_mailsubscribers}|unserialize})]
[(#REM) Générer les Saisies ]
[(#GENERER_SAISIES{#GET{les_champs}})]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment