Categories > TinyButStrong general (FR) >

Utilisation de pointeur avec Tiny

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: gmcms
Date: 2005-09-21
Time: 13:27

Utilisation de pointeur avec Tiny

Re-bonjour,
Comment est il possible de traiter de façon simple ce cas là :

Dans le php :
$ltu = new MaClass;
(MaClass contient $this->maVariable;)

Dans le template :
[var.ltu->maVariable]

Merci encore
By: Skrol29
Date: 2005-09-21
Time: 13:42

Re: Utilisation de pointeur avec Tiny

[var.ltu.maVariable]
  doit marcher
By: gmcms
Date: 2005-09-21
Time: 14:02

Re: Utilisation de pointeur avec Tiny

Ca marche extra, encore plus simple que je ne l'imaginais.
Merci