Skip to content
Extraits de code Groupes Projets
Valider 2a2c515c rédigé par Christian Lefebvre's avatar Christian Lefebvre
Parcourir les fichiers

autodoc

parent 11692b38
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -381,6 +381,7 @@ function recuperer_fond($fond, $contexte=array()) {
// temporairement ici : a mettre dans le futur inc/modeles
// creer_contexte_de_modele('left', 'autostart=true', ...) renvoie un array()
// http://doc.spip.org/@creer_contexte_de_modele
function creer_contexte_de_modele($args) {
$contexte = array();
$params = array();
......
......@@ -39,6 +39,7 @@ include_spip('public/interfaces');
# definition des tables
include_spip('base/serial');
// http://doc.spip.org/@argumenter_inclure
function argumenter_inclure($struct, $descr, &$boucles, $id_boucle, $echap=true){
$l = array();
$lang = '';
......
......@@ -36,6 +36,7 @@ define('BALISE_INCLURE','<INCLU[DR]E[[:space:]]*(\(([^)]*)\))?');
define('SQL_ARGS', '(\([^)]*\))');
define('CHAMP_SQL_PLUS_FONC', '`?([A-Za-z_][A-Za-z_0-9]*)' . SQL_ARGS . '?`?');
// http://doc.spip.org/@phraser_arguments_inclure
function phraser_arguments_inclure($p,$rejet_filtres = false){
$champ = new Inclure;
// on assimile {var=val} a une liste de un argument sans fonction
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter