IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Bibliothèques et frameworks PHP Discussion :

[Smarty] SMarty, block imbriqué


Sujet :

Bibliothèques et frameworks PHP

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre habitué
    Profil pro
    Inscrit en
    Juin 2007
    Messages
    8
    Détails du profil
    Informations personnelles :
    Localisation : Belgique

    Informations forums :
    Inscription : Juin 2007
    Messages : 8
    Par défaut [Smarty] SMarty, block imbriqué
    Salut,
    j'ai un problème pour utiliser les blocks imbriqués de smarty. Je vous montre mon code:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
     
    <?php
    require_once 'Smarty.class.php';
     
     
     
    $cat=array(
    			  array
    				(
    					'id' 		=> 1,
    					'nom' 		=> 'test 1',
    					'description' 	=> 'testtttt'
    				),
    			  array
    				(
    					'id' 		=> 2,
    					'nom' 		=> 'test 2',
    					'description' 	=> 'testtttt'
    				),
    			  array
    				(
    					'id' 		=> 3,
    					'nom' 		=> 'test 3',
    					'description' 	=> 'testtttt'
    				)
    		   );
     
     
    $forum=array(
        1 => array
            (
                array
                    (
                        'id' => 1,
                        'is_parent' => 0,
                        'nom' => 'sous test',
                        'description' => 'sous testttt'
                    ),
               array
                    (
                        'id' => 2,
                        'is_parent' => 0,
                        'nom' => 'sous test',
                        'description' => 'sous testttt'
                    ),
                array
    				(
                        'id' => 3,
                        'is_parent' => 0,
                        'nom' => 'sous test',
                        'description' => 'sous testttt'
                    )
            ),
    	2 => array
            (
                array
                    (
                        'id' => 3,
                        'is_parent' => 0,
                        'nom' => 'sous test',
                        'description' => 'sous testttt'
                    ),
               array
                    (
                        'id' => 4,
                        'is_parent' => 0,
                        'nom' => 'sous test',
                        'description' => 'sous testttt'
                    ),
                array
    				(
                        'id' => 5,
                        'is_parent' => 0,
                        'nom' => 'sous test',
                        'description' => 'sous testttt'
                    )
            ),
    	3 => array
            (
                array
                    (
                        'id' => 6,
                        'is_parent' => 0,
                        'nom' => 'sous test',
                        'description' => 'sous testttt'
                    ),
               array
                    (
                        'id' => 7,
                        'is_parent' => 0,
                        'nom' => 'sous test',
                        'description' => 'sous testttt'
                    ),
                array
    				(
                        'id' => 8,
                        'is_parent' => 0,
                        'nom' => 'sous test',
                        'description' => 'sous testttt'
                    )
            )
    );
     
     
     
    $tpl=new Smarty();
    $tpl->template_dir='template';
    $tpl->compile_dir='template_c';
    $tpl->assign('forumCat', $cat);
    $tpl->assign('forumForum', $forum);
    $tpl->display('mon_fichier.html');
    ?>
     
    <html>
    {section name=cat loop=$forumCat}
        <table>
            <tr>
                <td>{$forumCat[cat].id} {$forumCat[cat].nom}</td>
            </tr>
            {section name=forum loop=$forumForum[cat]}
             <tr>
                <td>{$forumForum[cat][forum].nom}</td>
            </tr>
            {sectionelse}
            <tr>
                <td>C'est vide</td>
            </tr>
            {/section}
        </table>
    {/section}
    </html>

    Le problème est que pour le tableau $forum je n'arrive a lui indiquer dans la section le
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
     $cat['id']. ( loop=$forumForum[{$forumCat[cat].id}]
    , {$forumCat[cat].id} n'est pas pris en compte apparement )
    Si quelqu'un pouvait m'aider
    @+

  2. #2
    Membre éprouvé
    Homme Profil pro
    Développeur Web
    Inscrit en
    Avril 2007
    Messages
    121
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Avril 2007
    Messages : 121
    Par défaut
    Je ne vois pas où est ton bout de code dans ton code m'enfin il me semble bien que comme clé d'un tableau les accolades {} ne sont pas requises.

    Ainsi tu ne devrais pas avoir ce qui suit ?!
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    $forumForum[$forumCat[cat].id]

  3. #3
    Membre habitué
    Profil pro
    Inscrit en
    Juin 2007
    Messages
    8
    Détails du profil
    Informations personnelles :
    Localisation : Belgique

    Informations forums :
    Inscription : Juin 2007
    Messages : 8
    Par défaut
    Si je crois.
    Mais ici:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    <td>{$forumForum[cat][forum].nom}</td>
    je dois remplacer le
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    [cat] par [$forumCat[cat].id]
    ou quoi d'autre ? Parce que ça ne marche pas le

Discussions similaires

  1. [Smarty] Tableau "imbriqué" en post
    Par BoZ-FlYos dans le forum Bibliothèques et frameworks
    Réponses: 2
    Dernier message: 22/10/2009, 10h20
  2. [Smarty] balises mal imbriquées
    Par bastien dans le forum Bibliothèques et frameworks
    Réponses: 0
    Dernier message: 25/03/2009, 09h53
  3. [Smarty] boucles imbriquées avec requêtes SQL, impossible à comprendre
    Par dexxter dans le forum Bibliothèques et frameworks
    Réponses: 9
    Dernier message: 18/05/2007, 23h52
  4. [Smarty] Sections imbriquées
    Par debie1108 dans le forum Bibliothèques et frameworks
    Réponses: 2
    Dernier message: 18/05/2007, 06h37
  5. [PHPLIB] Template block imbriqué
    Par zulot dans le forum Bibliothèques et frameworks
    Réponses: 1
    Dernier message: 20/06/2006, 01h12

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo